core/zip/Pkgfile

16 lines
520 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Compression and file packaging/archive utility
# URL: http://infozip.sourceforge.net/Zip.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2009-05-05 12:51:52 +02:00
# Depends on: bzip2
2006-02-23 16:26:10 +01:00
name=zip
2009-05-05 12:51:52 +02:00
version=3.0
2015-07-26 00:21:59 +02:00
release=2
2010-09-28 10:51:32 +02:00
source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2009-05-05 12:51:52 +02:00
cd ${name}${version//./}
2006-02-23 16:26:10 +01:00
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
2015-07-26 00:21:59 +02:00
make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
2006-02-23 16:26:10 +01:00
}