summaryrefslogtreecommitdiffstats
path: root/unzip/Pkgfile
diff options
context:
space:
mode:
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
+}