core/zip/Pkgfile

16 lines
487 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
2006-07-02 12:08:24 +02:00
release=1
2009-05-05 12:51:52 +02:00
source=(http://dl.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
make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
}