unzip: update to 6.0

This commit is contained in:
Juergen Daubert 2009-05-05 12:52:02 +02:00
parent 40669e1d1c
commit f0a142fb3c
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz
62b490407489521db863b523a7f86375 unzip60.tar.gz

View File

@ -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