core/zip/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

18 lines
572 B
Plaintext

# Description: Compression and file packaging/archive utility
# URL: http://www.info-zip.org/Zip.html
# Maintainer: Per Lidén, core-ports at crux dot nu
name=zip
version=2.32
release=1
source=(http://www.tug.org/ftp/dist/${name}232.tar.gz)
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
}