CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
zip: deleted port
authorVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:18:31 +0000 (08:18 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 16 Nov 2015 08:18:31 +0000 (08:18 +0000)
zip/.footprint [deleted file]
zip/.md5sum [deleted file]
zip/Pkgfile [deleted file]

diff --git a/zip/.footprint b/zip/.footprint
deleted file mode 100644 (file)
index e292a31..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/bin/
--rwxr-xr-x     root/root       usr/bin/zip
--rwxr-xr-x     root/root       usr/bin/zipcloak
--rwxr-xr-x     root/root       usr/bin/zipnote
--rwxr-xr-x     root/root       usr/bin/zipsplit
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/zip.1.gz
--rw-r--r--     root/root       usr/man/man1/zipcloak.1.gz
--rw-r--r--     root/root       usr/man/man1/zipnote.1.gz
--rw-r--r--     root/root       usr/man/man1/zipsplit.1.gz
diff --git a/zip/.md5sum b/zip/.md5sum
deleted file mode 100644 (file)
index 225e991..0000000
+++ /dev/null
@@ -1 +0,0 @@
-7b74551e63f8ee6aab6fbc86676c0d37  zip30.tar.gz
diff --git a/zip/Pkgfile b/zip/Pkgfile
deleted file mode 100644 (file)
index 3f4b4c9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Compression and file packaging/archive utility
-# URL: http://infozip.sourceforge.net/Zip.html
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=zip
-version=3.0
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz)
-
-build() {
-  cd ${name}${version//./}
-  sed -e "s|gcc |$CC |g" \
-      -e "s|AS=.*|AS=$CC|g" \
-      -e "s|LD=.*|LD=$CC|g" \
-      -i unix/Makefile
-    
-  make -f unix/Makefile CC="$CC" LOCAL_ZIP="$CFLAGS" prefix=/usr generic
-  make -f unix/Makefile INSTALL=install prefix=$PKG/usr install
-}