From 0507f303d2ac418aefffa22b1e6a03a94e53b4ab Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 20 Jun 2010 16:19:38 +0200 Subject: mc dans base --- extra/mc/Pkgfile | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 extra/mc/Pkgfile (limited to 'extra/mc/Pkgfile') diff --git a/extra/mc/Pkgfile b/extra/mc/Pkgfile deleted file mode 100755 index 7d98637a2..000000000 --- a/extra/mc/Pkgfile +++ /dev/null @@ -1,44 +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: p7zip, e2fsprogs, glib2, pcre, gpm, slang, glib - -name=mc -version=4.7.0.2 -release=1 -source=(http://www.midnight-commander.org/downloads/$name-$version.tar.bz2 \ - mc-4.7.0.2_hotlist_syntax.patch) - -build() { - cd $name-$version - patch -p1 < ../mc-4.7.0.2_hotlist_syntax.patch - ./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 - # Fix FS#15177 - sed -i 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \ - $PKG/usr/share/mc/extfs/uzip - - # Fix FS#18312 - rm $PKG/usr/share/mc/extfs/u7z -} -- cgit v1.2.3-70-g09d2