2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 16938b0 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
302 bytes
|
Rev | Line | |
---|
[93d32cf] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
[9a536f7] | 4 | PKG="mc"
|
---|
| 5 | PKG_VERSION="4.6.1"
|
---|
| 6 | PKG_FILE="mc-4.6.1.tar.gz"
|
---|
| 7 | URL="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/${PKG_FILE}"
|
---|
| 8 | MD5="18b20db6e40480a53bac2870c56fc3c4"
|
---|
[dcf0e25] | 9 | for i in PATCH{1..10}; do
|
---|
| 10 | unset $i
|
---|
| 11 | done
|
---|
[9a536f7] | 12 |
|
---|
| 13 | ( cat << "xEOFx"
|
---|
| 14 | ./configure --prefix=/usr &&
|
---|
| 15 | make
|
---|
| 16 | make install
|
---|
| 17 | xEOFx
|
---|
| 18 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.