diff options
author | tnut <tnut at nutyx dot com> | 2011-11-06 10:37:50 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-11-06 10:37:50 +0100 |
commit | e5e9caa7c21b36f5ee574af1f7b619ff6d693c91 (patch) | |
tree | 780f839ec58e2d70a50cc9062fc9404dc7a1014c /base/mc/Pkgfile | |
parent | b68c207e958f1b28d7c138ef5aa35101092037ef (diff) | |
download | nutyx-extra-e5e9caa7c21b36f5ee574af1f7b619ff6d693c91.tar.gz nutyx-extra-e5e9caa7c21b36f5ee574af1f7b619ff6d693c91.tar.bz2 nutyx-extra-e5e9caa7c21b36f5ee574af1f7b619ff6d693c91.tar.xz nutyx-extra-e5e9caa7c21b36f5ee574af1f7b619ff6d693c91.zip |
mc dans extra
Diffstat (limited to 'base/mc/Pkgfile')
-rwxr-xr-x | base/mc/Pkgfile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/base/mc/Pkgfile b/base/mc/Pkgfile deleted file mode 100755 index f3bf60f3a..000000000 --- a/base/mc/Pkgfile +++ /dev/null @@ -1,39 +0,0 @@ -# Description: Gestionnaire de fichiers en ligne de commande comme Norton commander -# URL: http://www.ibiblio.org/mc/ -# Maintainer: NuTyX coreteam -# Packager: thierryn1 at hispeed dot ch -# Depends on : glib,slang -# Run on:glib,slang -name=mc -version=4.7.5 -release=1 -source=(http://www.midnight-commander.org/downloads/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --enable-background \ - --enable-charset \ - --enable-largefile \ - --with-edit \ - --with-gpm-mouse \ - --with-mmap \ - --with-samba \ - --with-screen=slang \ - --with-subshell \ - --with-vfs \ - --with-x \ - --without-debug \ - --without-gnome \ - --without-included-gettext \ - --libexecdir=/usr/lib - - make - make DESTDIR=$PKG install - sed -i 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ - $PKG/usr/lib/mc/extfs.d/uzip - rm $PKG/usr/lib/mc/extfs.d/u7z -} |