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, 0 insertions, 15 deletions
diff --git a/unzip/Pkgfile.old b/unzip/Pkgfile.old
deleted file mode 100644
index 122210d..0000000
--- a/unzip/Pkgfile.old
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-}