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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 unzip/Pkgfile (limited to 'unzip/Pkgfile') diff --git a/unzip/Pkgfile b/unzip/Pkgfile new file mode 100644 index 0000000..86704c5 --- /dev/null +++ b/unzip/Pkgfile @@ -0,0 +1,17 @@ +description="Decompress utility for zipfiles." +packager="CRUX System Team " +maintainer="Lukc " +url="http://infozip.sourceforge.net/UnZip.html" +depends=() + +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=$prefix linux; + make -f unix/Makefile prefix=$PKG$prefix mandir=$PKG$mandir install; + ln -sf unzip $PKG$prefix/bin/zipinfo +} -- cgit v1.2.3-54-g00ecf