2006-02-23 15:26:10 +00:00
|
|
|
# Description: Decompress utility for zipfiles
|
2006-12-26 20:29:05 +01:00
|
|
|
# URL: http://infozip.sourceforge.net/UnZip.html
|
2007-01-23 17:25:18 +00:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=unzip
|
2009-05-05 12:52:02 +02:00
|
|
|
version=6.0
|
|
|
|
release=1
|
2010-09-28 10:51:32 +02:00
|
|
|
source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2009-05-05 12:52:02 +02:00
|
|
|
cd ${name}${version//./}
|
2006-02-23 15:26:10 +00:00
|
|
|
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
|
|
|
|
}
|