CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux-ng renamed to util-linux and updated to 2.22.1
[ports/core-arm.git] / unzip / Pkgfile
1 # Description: Decompress utility for zipfiles
2 # URL: http://infozip.sourceforge.net/UnZip.html
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6 name=unzip
7 version=6.0
8 release=1
9 source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
10
11 build() {
12 cd ${name}${version//./}
13 make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr linux_noasm
14 make -f unix/Makefile prefix=$PKG/usr install
15 ln -sf unzip $PKG/usr/bin/zipinfo
16 }