source: custom/examples/952-mc@ 1330ebc

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 1330ebc was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 years ago

bug hunt in custom package examples

  • Property mode set to 100644
File size: 302 bytes
Line 
1#
2# $Id$
3#
4PKG="mc"
5PKG_VERSION="4.6.1"
6PKG_FILE="mc-4.6.1.tar.gz"
7URL="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/${PKG_FILE}"
8MD5="18b20db6e40480a53bac2870c56fc3c4"
9for i in PATCH{1..10}; do
10 unset $i
11done
12
13( cat << "xEOFx"
14./configure --prefix=/usr &&
15make
16make install
17xEOFx
18) > tmp
Note: See TracBrowser for help on using the repository browser.