core/unzip/Pkgfile
Juergen Daubert 97eb3e96bf zip/unzip: changed source url (finally)
the sources are no longer available from tug.org. We are using
the reliable and fast software-archive server from t-systems.
2006-12-26 20:29:05 +01:00

16 lines
450 B
Plaintext

# Description: Decompress utility for zipfiles
# URL: http://infozip.sourceforge.net/UnZip.html
# Maintainer: Per Lidén, 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)
build() {
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
}