summaryrefslogtreecommitdiffstats
path: root/base/unzip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/unzip/Pkgfile')
-rwxr-xr-xbase/unzip/Pkgfile12
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 \