Ignore:
Timestamp:
02/20/2016 10:13:22 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f37d08b
Parents:
e6967a1
Message:

Update custom/examples. Thanks to Tom Armistead for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/952-mc

    re6967a1 r9543675  
    33#
    44PKG="mc"
    5 PKG_VERSION="4.6.1"
    6 PKG_FILE="mc-4.6.1.tar.gz"
    7 URL="http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/${PKG_FILE}"
    8 MD5="18b20db6e40480a53bac2870c56fc3c4"
     5PKG_VERSION="4.8.14"
     6PKG_FILE="mc-4.8.14.tar.xz"
     7URL="http://ftp.midnight-commander.org/${PKG_FILE}"
     8MD5="fbdaddb9edcf8925dcf3231331a8720b"
    99for i in PATCH{1..10}; do
    1010   unset $i
     
    1212
    1313( cat << "xEOFx"
    14 ./configure --prefix=/usr &&
     14./configure --prefix=/usr \
     15            --sysconfdir=/etc \
     16            --with-screen=ncurses \
     17            --enable-charset &&
    1518make
    1619make install
     20cp -v doc/keybind-migration.txt /usr/share/mc
    1721xEOFx
    1822) > tmp
Note: See TracChangeset for help on using the changeset viewer.