Ignore:
Timestamp:
03/08/2016 08:29:02 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
7bd0866
Parents:
af20a03
Message:

Merge trunk up to r3857

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/952-mc

    raf20a03 r99ba6d8  
    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.