summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 17:57:07 +0100
committerLukc <lukc@upyum.com>2010-12-12 17:57:07 +0100
commite9c2e681e7286208d5de89d1c6a6c5f08bce3303 (patch)
tree9ac2df48fa3a72783a496f0c5d411507ddf72f76
parent9ec9688a50b418431393d3fce3cadee76c6ca178 (diff)
downloadbase-e9c2e681e7286208d5de89d1c6a6c5f08bce3303.tar.gz
base-e9c2e681e7286208d5de89d1c6a6c5f08bce3303.tar.bz2
base-e9c2e681e7286208d5de89d1c6a6c5f08bce3303.tar.xz
base-e9c2e681e7286208d5de89d1c6a6c5f08bce3303.zip
Recette de zip retirée.
-rw-r--r--zip/.footprint12
-rw-r--r--zip/.md5sum1
-rw-r--r--zip/Pkgfile16
-rw-r--r--zip/Pkgfile.old15
4 files changed, 0 insertions, 44 deletions
diff --git a/zip/.footprint b/zip/.footprint
deleted file mode 100644
index e292a31..0000000
--- a/zip/.footprint
+++ /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
index 225e991..0000000
--- a/zip/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-7b74551e63f8ee6aab6fbc86676c0d37 zip30.tar.gz
diff --git a/zip/Pkgfile b/zip/Pkgfile
deleted file mode 100644
index e0dfd84..0000000
--- a/zip/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-description="Compression and file packaging/archive utility"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://infozip.sourceforge.net/Zip.html"
-depends=(bzip2)
-
-name=zip
-version=3.0
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/infozip/zip30.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
-}
diff --git a/zip/Pkgfile.old b/zip/Pkgfile.old
deleted file mode 100644
index 1258a49..0000000
--- a/zip/Pkgfile.old
+++ /dev/null
@@ -1,15 +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
-# 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
-}