summaryrefslogtreecommitdiffstats
path: root/unzip
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-11 19:15:23 +0100
committerLukc <lukc@upyum.com>2010-12-11 19:15:35 +0100
commit6d908a38e05b9d4135c65d23114a5874215b5bb8 (patch)
treeb5e6da6d95b9a1235d82032b509b80483a886ff5 /unzip
downloadbase-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.gz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.bz2
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.tar.xz
base-6d908a38e05b9d4135c65d23114a5874215b5bb8.zip
Engagement initial.
Diffstat (limited to 'unzip')
-rw-r--r--unzip/.footprint14
-rw-r--r--unzip/.md5sum1
-rw-r--r--unzip/Pkgfile17
-rw-r--r--unzip/Pkgfile.old15
4 files changed, 47 insertions, 0 deletions
diff --git a/unzip/.footprint b/unzip/.footprint
new file mode 100644
index 0000000..12b4237
--- /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.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
new file mode 100644
index 0000000..26776c5
--- /dev/null
+++ b/unzip/.md5sum
@@ -0,0 +1 @@
+62b490407489521db863b523a7f86375 unzip60.tar.gz
diff --git a/unzip/Pkgfile b/unzip/Pkgfile
new file mode 100644
index 0000000..5148433
--- /dev/null
+++ b/unzip/Pkgfile
@@ -0,0 +1,17 @@
+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
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
+}