X-Git-Url: http://gitweb/?a=blobdiff_plain;f=unzip%2FPkgfile;h=8c22194d737494892bd6ebdb3eeb95e09a942d1f;hb=e364adf379e91feca4021499ad474b1cc8b5d0ac;hp=cd0adb148b9636297a24cb736eb911a0c993d2ea;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/unzip/Pkgfile b/unzip/Pkgfile index cd0adb1..8c22194 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) +release=2 +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 }