From: Jose V Beneyto Date: Thu, 10 Dec 2009 16:56:27 +0000 (+0100) Subject: unzip: cleaned up X-Git-Url: http://gitweb/?a=commitdiff_plain;h=5e8ffe1ddb68bcb5e43ce45d714ffb0413753306;p=crossrootfs.git unzip: cleaned up --- diff --git a/unzip/Pkgfile b/unzip/Pkgfile index cd0adb1..5b2ecf9 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -1,7 +1,7 @@ # 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 +# Ach Maintainer: CRUX ARM System Team. crux-arm at mikeux dot dyndns dot org # Depends on: name=unzip @@ -11,6 +11,7 @@ source=(http://dl.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar. 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 }