core/unzip/Pkgfile
Simone Rota dff744ecb0 zip/unzip: changed mirror (again)
switch.ch no longer mirrors info-zip.org, which in turns
is unavailable. Sourceforge has an older zip release,
we set tug.org as a temporary solution.
2006-12-07 03:25:50 +01:00

16 lines
416 B
Plaintext

# Description: Decompress utility for zipfiles
# URL: http://www.info-zip.org/
# Maintainer: Per Lidén, core-ports at crux dot nu
name=unzip
version=5.52
release=2
source=(http://www.tug.org/ftp/dist/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
}