From 24cfa202eefaf066986a6101cb06f79eeb31a27d Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 21:11:18 +0100 Subject: Recette de unzip ajoutée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unzip/Pkgfile.old | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 unzip/Pkgfile.old (limited to 'unzip/Pkgfile.old') diff --git a/unzip/Pkgfile.old b/unzip/Pkgfile.old new file mode 100644 index 0000000..122210d --- /dev/null +++ b/unzip/Pkgfile.old @@ -0,0 +1,15 @@ +# Description: Decompress utility for zipfiles +# URL: http://infozip.sourceforge.net/UnZip.html +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=unzip +version=6.0 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) + +build() { + cd ${name}${version//./} + 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 +} -- cgit v1.2.3-54-g00ecf