From 5e8ffe1ddb68bcb5e43ce45d714ffb0413753306 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 10 Dec 2009 17:56:27 +0100 Subject: [PATCH] unzip: cleaned up --- unzip/Pkgfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- 2.26.2