summaryrefslogtreecommitdiffstats
path: root/unzip/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/Pkgfile.old')
-rw-r--r--unzip/Pkgfile.old15
1 files changed, 15 insertions, 0 deletions
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
+}