source:
custom/examples/952-mc@
6f74ca1
Last change on this file since 6f74ca1 was 9543675, checked in by , 9 years ago | |
---|---|
|
|
File size: 427 bytes |
Rev | Line | |
---|---|---|
[93d32cf] | 1 | # |
2 | # $Id$ | |
3 | # | |
[9a536f7] | 4 | PKG="mc" |
[9543675] | 5 | PKG_VERSION="4.8.14" |
6 | PKG_FILE="mc-4.8.14.tar.xz" | |
7 | URL="http://ftp.midnight-commander.org/${PKG_FILE}" | |
8 | MD5="fbdaddb9edcf8925dcf3231331a8720b" | |
[dcf0e25] | 9 | for i in PATCH{1..10}; do |
10 | unset $i | |
11 | done | |
[9a536f7] | 12 | |
13 | ( cat << "xEOFx" | |
[9543675] | 14 | ./configure --prefix=/usr \ |
15 | --sysconfdir=/etc \ | |
16 | --with-screen=ncurses \ | |
17 | --enable-charset && | |
[9a536f7] | 18 | make |
19 | make install | |
[9543675] | 20 | cp -v doc/keybind-migration.txt /usr/share/mc |
[9a536f7] | 21 | xEOFx |
22 | ) > tmp |
Note:
See TracBrowser
for help on using the repository browser.