summaryrefslogtreecommitdiffstats
path: root/unzip/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 21:11:18 +0100
committerLukc <lukc@upyum.com>2010-12-12 21:11:18 +0100
commit24cfa202eefaf066986a6101cb06f79eeb31a27d (patch)
treebc92c9d627512420885d81343b838586c5ec36ce /unzip/Pkgfile
parent318b457c4952df3bcf88a20e9a5d34afe2cc8959 (diff)
downloadopt-master.tar.gz
opt-master.tar.bz2
opt-master.tar.xz
opt-master.zip
Recette de unzip ajoutée.HEADmaster
Diffstat (limited to 'unzip/Pkgfile')
-rw-r--r--unzip/Pkgfile17
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
+}