2.4
ablfs-more
legacy
new_features
trunk
Last change
on this file since 82bd7a6 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
|
Line | |
---|
1 | #
|
---|
2 | # $Id$
|
---|
3 | #
|
---|
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"
|
---|
9 | for i in PATCH{1..10}; do
|
---|
10 | unset $i
|
---|
11 | done
|
---|
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.