summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 21:10:42 +0100
committerLukc <lukc@upyum.com>2010-12-12 21:10:42 +0100
commit52c28441aae00cc5710f7c80c34061e8b9a2adae (patch)
tree3beccdb6979a8e1735287f532ab687e451d31c53
parenta039034fcc35e3da1797e45504363f87ab21a945 (diff)
downloadbase-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.gz
base-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.bz2
base-52c28441aae00cc5710f7c80c34061e8b9a2adae.tar.xz
base-52c28441aae00cc5710f7c80c34061e8b9a2adae.zip
Recette de unzip retirée.
-rw-r--r--unzip/.footprint14
-rw-r--r--unzip/.md5sum1
-rw-r--r--unzip/Pkgfile17
-rw-r--r--unzip/Pkgfile.old15
4 files changed, 0 insertions, 47 deletions
diff --git a/unzip/.footprint b/unzip/.footprint
deleted file mode 100644
index 12b4237..0000000
--- a/unzip/.footprint
+++ /dev/null
@@ -1,14 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/funzip
--rwxr-xr-x root/root usr/bin/unzip
--rwxr-xr-x root/root usr/bin/unzipsfx
--rwxr-xr-x root/root usr/bin/zipgrep
-lrwxrwxrwx root/root usr/bin/zipinfo -> unzip
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/funzip.1.gz
--rw-r--r-- root/root usr/man/man1/unzip.1.gz
--rw-r--r-- root/root usr/man/man1/unzipsfx.1.gz
--rw-r--r-- root/root usr/man/man1/zipgrep.1.gz
--rw-r--r-- root/root usr/man/man1/zipinfo.1.gz
diff --git a/unzip/.md5sum b/unzip/.md5sum
deleted file mode 100644
index 26776c5..0000000
--- a/unzip/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-62b490407489521db863b523a7f86375 unzip60.tar.gz
diff --git a/unzip/Pkgfile b/unzip/Pkgfile
deleted file mode 100644
index 5148433..0000000
--- a/unzip/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-description="Decompress utility for zipfiles"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://infozip.sourceforge.net/UnZip.html"
-depends=()
-
-name=unzip
-version=6.0
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/infozip/unzip60.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
-}
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
-}