core/zip/Pkgfile

18 lines
572 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Compression and file packaging/archive utility
# URL: http://www.info-zip.org/Zip.html
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=zip
2006-07-02 12:08:24 +02:00
version=2.32
release=1
source=(http://www.tug.org/ftp/dist/${name}232.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
ln -sf zip.1.gz $PKG/usr/man/man1/zipcloak.1.gz
ln -sf zip.1.gz $PKG/usr/man/man1/zipnote.1.gz
ln -sf zip.1.gz $PKG/usr/man/man1/zipsplit.1.gz
}