summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-31 09:19:42 +0200
committersibel <lesibel at free dot fr>2010-07-31 09:19:42 +0200
commit61d885fe9aafe77f0ead11f0ab6c2195f07bb416 (patch)
tree622317ff29c7cf0c1ceff53eb34a40d18dacee46
parenta20ecfc76a0d2ed8e1d8348bdc7e1552351b4999 (diff)
downloadnutyx-pakxe-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.gz
nutyx-pakxe-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.bz2
nutyx-pakxe-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.xz
nutyx-pakxe-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.zip
maj de zip#3.0-1
-rw-r--r--base/zip/.footprint3
-rw-r--r--base/zip/.md5sum2
-rwxr-xr-xbase/zip/Pkgfile6
3 files changed, 7 insertions, 4 deletions
diff --git a/base/zip/.footprint b/base/zip/.footprint
index aa795f1b4..c288a6a7f 100644
--- a/base/zip/.footprint
+++ b/base/zip/.footprint
@@ -8,3 +8,6 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/zip.1.gz
+-rw-r--r-- root/root usr/share/man/man1/zipcloak.1.gz
+-rw-r--r-- root/root usr/share/man/man1/zipnote.1.gz
+-rw-r--r-- root/root usr/share/man/man1/zipsplit.1.gz
diff --git a/base/zip/.md5sum b/base/zip/.md5sum
index b515d9536..10cbf99fe 100644
--- a/base/zip/.md5sum
+++ b/base/zip/.md5sum
@@ -1 +1 @@
-8a4da4460386e324debe97f3b7fe4d96 zip232.tar.gz
+e88492c8abd68fa9cfba72bc08757dba zip30.zip
diff --git a/base/zip/Pkgfile b/base/zip/Pkgfile
index 1fc7a84ee..f8fc132b7 100755
--- a/base/zip/Pkgfile
+++ b/base/zip/Pkgfile
@@ -5,12 +5,12 @@
# Depends on:
name=zip
-version=2.32
+version=3.0
release=1
-source=( http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz)
+source=(ftp://ftp.info-zip.org/pub/infozip/src/zip30.zip)
build() {
- cd $name-$version
+ cd ${name}30
make -f unix/Makefile prefix=/usr generic_gcc
make prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 -f unix/Makefile install