summaryrefslogtreecommitdiffstats
path: root/unzip/Pkgfile
blob: 86704c50f2ed79d895e68c90126bf217217839a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="Decompress utility for zipfiles."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://infozip.sourceforge.net/UnZip.html"
depends=()

name=unzip
version=6.0
release=1
source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version/\.}.tar.gz)
build () 
{ 
	cd ${name}${version//./};
	make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=$prefix linux;
	make -f unix/Makefile prefix=$PKG$prefix mandir=$PKG$mandir install;
	ln -sf unzip $PKG$prefix/bin/zipinfo
}