diff options
author | sibel <lesibel at free dot fr> | 2010-07-31 09:19:42 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-31 09:19:42 +0200 |
commit | 61d885fe9aafe77f0ead11f0ab6c2195f07bb416 (patch) | |
tree | 622317ff29c7cf0c1ceff53eb34a40d18dacee46 /base/zip | |
parent | a20ecfc76a0d2ed8e1d8348bdc7e1552351b4999 (diff) | |
download | nutyx-extra-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.gz nutyx-extra-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.bz2 nutyx-extra-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.tar.xz nutyx-extra-61d885fe9aafe77f0ead11f0ab6c2195f07bb416.zip |
maj de zip#3.0-1
Diffstat (limited to 'base/zip')
-rw-r--r-- | base/zip/.footprint | 3 | ||||
-rw-r--r-- | base/zip/.md5sum | 2 | ||||
-rwxr-xr-x | base/zip/Pkgfile | 6 |
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 |