core/unzip/Pkgfile

16 lines
416 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Decompress utility for zipfiles
# URL: http://www.info-zip.org/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=unzip
version=5.52
release=2
source=(http://www.tug.org/ftp/dist/unzip552.tar.gz)
2006-02-23 16:26:10 +01:00
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
}