summaryrefslogtreecommitdiffstats
path: root/zip/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'zip/Pkgfile.old')
-rw-r--r--zip/Pkgfile.old15
1 files changed, 15 insertions, 0 deletions
diff --git a/zip/Pkgfile.old b/zip/Pkgfile.old
new file mode 100644
index 0000000..1258a49
--- /dev/null
+++ b/zip/Pkgfile.old
@@ -0,0 +1,15 @@
+# Description: Compression and file packaging/archive utility
+# URL: http://infozip.sourceforge.net/Zip.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: bzip2
+
+name=zip
+version=3.0
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
+
+build() {
+ cd ${name}${version//./}
+ make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
+ make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
+}