diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /base/unzip/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'base/unzip/Pkgfile')
-rwxr-xr-x | base/unzip/Pkgfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/base/unzip/Pkgfile b/base/unzip/Pkgfile deleted file mode 100755 index a22426a21..000000000 --- a/base/unzip/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: Utilitaire de décompression de fichiers zip -# URL: http://www.info-zip.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=unzip -version=6.0 -release=1 -source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz) - - -build() { - cd $name${version/./} - export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \ - -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \ - -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \ - -DUSE_BZIP2 -DNATIVE" - case `uname -m` in - x86_64) - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr \ - LF2="" D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips;; - i?86) - make -f unix/Makefile \ - LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux;; - esac - make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install -} |