diff options
author | Juergen Daubert <jue@jue.li> | 2009-05-05 12:52:02 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-05-05 12:52:02 +0200 |
commit | f0a142fb3c8b7f9896156475bc74f408c5e728ab (patch) | |
tree | fb7387e4a4d86e7fdeb9cece8deb509076416598 /unzip | |
parent | 40669e1d1cc0935a0c06c131daccd9a62378bd2d (diff) | |
download | core-f0a142fb3c8b7f9896156475bc74f408c5e728ab.tar.gz core-f0a142fb3c8b7f9896156475bc74f408c5e728ab.tar.xz |
unzip: update to 6.0
Diffstat (limited to 'unzip')
-rw-r--r-- | unzip/.md5sum | 2 | ||||
-rw-r--r-- | unzip/Pkgfile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/unzip/.md5sum b/unzip/.md5sum index d71efd19..26776c5c 100644 --- a/unzip/.md5sum +++ b/unzip/.md5sum @@ -1 +1 @@ -9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz +62b490407489521db863b523a7f86375 unzip60.tar.gz diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 64a3376e..2547d559 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -3,12 +3,12 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=unzip -version=5.52 -release=2 -source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz) +version=6.0 +release=1 +source=(http://dl.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) build() { - cd $name-$version + cd ${name}${version//./} make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux make -f unix/Makefile prefix=$PKG/usr install ln -sf unzip $PKG/usr/bin/zipinfo |