summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 21:11:18 +0100
committerLukc <lukc@upyum.com>2010-12-12 21:11:18 +0100
commit24cfa202eefaf066986a6101cb06f79eeb31a27d (patch)
treebc92c9d627512420885d81343b838586c5ec36ce
parent318b457c4952df3bcf88a20e9a5d34afe2cc8959 (diff)
downloadopt-master.tar.gz
opt-master.tar.bz2
opt-master.tar.xz
opt-master.zip
Recette de unzip ajoutée.HEADmaster
-rw-r--r--unzip/.footprint14
-rw-r--r--unzip/.md5sum1
-rw-r--r--unzip/.sha256sum1
-rw-r--r--unzip/Pkgfile17
-rw-r--r--unzip/Pkgfile.old15
5 files changed, 48 insertions, 0 deletions
diff --git a/unzip/.footprint b/unzip/.footprint
new file mode 100644
index 0000000..8044b8d
--- /dev/null
+++ b/unzip/.footprint
@@ -0,0 +1,14 @@
+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.bz2
+-rw-r--r-- root/root usr/man/man1/unzip.1.bz2
+-rw-r--r-- root/root usr/man/man1/unzipsfx.1.bz2
+-rw-r--r-- root/root usr/man/man1/zipgrep.1.bz2
+-rw-r--r-- root/root usr/man/man1/zipinfo.1.bz2
diff --git a/unzip/.md5sum b/unzip/.md5sum
new file mode 100644
index 0000000..26776c5
--- /dev/null
+++ b/unzip/.md5sum
@@ -0,0 +1 @@
+62b490407489521db863b523a7f86375 unzip60.tar.gz
diff --git a/unzip/.sha256sum b/unzip/.sha256sum
new file mode 100644
index 0000000..0b45b49
--- /dev/null
+++ b/unzip/.sha256sum
@@ -0,0 +1 @@
+036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37 unzip60.tar.gz
diff --git a/unzip/Pkgfile b/unzip/Pkgfile
new file mode 100644
index 0000000..86704c5
--- /dev/null
+++ b/unzip/Pkgfile
@@ -0,0 +1,17 @@
+description="Decompress utility for zipfiles."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
+url="http://infozip.sourceforge.net/UnZip.html"
+depends=()
+
+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=$prefix linux;
+ make -f unix/Makefile prefix=$PKG$prefix mandir=$PKG$mandir install;
+ ln -sf unzip $PKG$prefix/bin/zipinfo
+}
diff --git a/unzip/Pkgfile.old b/unzip/Pkgfile.old
new file mode 100644
index 0000000..122210d
--- /dev/null
+++ b/unzip/Pkgfile.old
@@ -0,0 +1,15 @@
+# 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
+}