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