source: custom/examples/952-mc@ 76cf25f

new_features
Last change on this file since 76cf25f was 99ba6d8, checked in by Pierre Labastie <pierre@…>, 9 years ago

Merge trunk up to r3857

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