X-Git-Url: http://gitweb/?a=blobdiff_plain;f=unzip%2FPkgfile;h=205b11ace35ea651610fa6b29210add45e72b44e;hb=b3a46298541b2741e1ca262475c2112a6e549176;hp=cd0adb148b9636297a24cb736eb911a0c993d2ea;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/unzip/Pkgfile b/unzip/Pkgfile index cd0adb1..205b11a 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -1,16 +1,17 @@ # Description: Decompress utility for zipfiles # URL: http://infozip.sourceforge.net/UnZip.html # Maintainer: CRUX System Team, core-ports at crux dot nu -# Ach Maintainer: CRUX ARM System Team +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=unzip version=6.0 release=1 -source=(http://dl.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) +source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) build() { cd ${name}${version//./} + sed -e "s|gcc |$CC |g" \ -e "s|AS=.*|AS=$CC|g" \ -e "s|LD=.*|LD=$CC|g" \ @@ -18,5 +19,6 @@ build() { 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 }