diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-16 23:00:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-16 23:00:47 +0100 |
commit | 4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9 (patch) | |
tree | feef980a80b9a2c63a5bde5f05e9489701dfe676 /base/unzip/Pkgfile | |
parent | c03ea4ae568b5bfd13f292de35a22b0e3113ba27 (diff) | |
download | nutyx-extra-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.gz nutyx-extra-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.bz2 nutyx-extra-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.tar.xz nutyx-extra-4831d3bd6b15498b0d5fa9e5263d3cd71a2191b9.zip |
unzip, maj 6.0-1
Diffstat (limited to 'base/unzip/Pkgfile')
-rwxr-xr-x | base/unzip/Pkgfile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/base/unzip/Pkgfile b/base/unzip/Pkgfile index 7699bb02a..0a61a9571 100755 --- a/base/unzip/Pkgfile +++ b/base/unzip/Pkgfile @@ -1,21 +1,17 @@ # Description: Utilitaire de décompression de fichiers zip -# URL: http://infozip.sourceforge.net/UnZip.html +# URL: http://www.info-zip.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: name=unzip -version=5.52 +version=6.0 release=1 -source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz) -# http://www.linuxfromscratch.org/patches/blfs/svn/unzip-5.52-security_fix-1.patch\ -# http://www.linuxfromscratch.org/patches/blfs/svn/unzip-5.52-security_fix-2.patch ) +source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz) build() { - cd $name-$version -# patch -Np1 -i ../unzip-5.52-security_fix-1.patch -# patch -Np1 -i ../unzip-5.52-security_fix-2.patch + cd $name${version/./} case `uname -m` in x86_64) make -f unix/Makefile LOCAL_UNZIP=-D FILE_OFFSET_64BITS=64 \ |