source: custom/examples/952-mc@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 416 bytes
Line 
1PKG="mc"
2PKG_VERSION="4.8.14"
3PKG_FILE="mc-4.8.14.tar.xz"
4URL="http://ftp.midnight-commander.org/${PKG_FILE}"
5MD5="fbdaddb9edcf8925dcf3231331a8720b"
6for i in PATCH{1..10}; do
7 unset $i
8done
9
10( cat << "xEOFx"
11./configure --prefix=/usr \
12 --sysconfdir=/etc \
13 --with-screen=ncurses \
14 --enable-charset &&
15make
16make install
17cp -v doc/keybind-migration.txt /usr/share/mc
18xEOFx
19) > tmp
Note: See TracBrowser for help on using the repository browser.