diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 21:11:18 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 21:11:18 +0100 |
commit | 24cfa202eefaf066986a6101cb06f79eeb31a27d (patch) | |
tree | bc92c9d627512420885d81343b838586c5ec36ce /unzip/Pkgfile | |
parent | 318b457c4952df3bcf88a20e9a5d34afe2cc8959 (diff) | |
download | opt-24cfa202eefaf066986a6101cb06f79eeb31a27d.tar.gz opt-24cfa202eefaf066986a6101cb06f79eeb31a27d.tar.bz2 opt-24cfa202eefaf066986a6101cb06f79eeb31a27d.tar.xz opt-24cfa202eefaf066986a6101cb06f79eeb31a27d.zip |
Diffstat (limited to 'unzip/Pkgfile')
-rw-r--r-- | unzip/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 <core-ports AT crux DOT nu>" +maintainer="Lukc <lukc AT upyum DOT com>" +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 +} |