CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
unzip. Initial import. Fixed asembler option
authorVictor Martinez <pitillo@ono.com>
Wed, 7 Dec 2011 14:25:00 +0000 (15:25 +0100)
committerVictor Martinez <pitillo@ono.com>
Wed, 7 Dec 2011 14:25:00 +0000 (15:25 +0100)
unzip/.footprint [new file with mode: 0644]
unzip/.md5sum [new file with mode: 0644]
unzip/Pkgfile [new file with mode: 0644]

diff --git a/unzip/.footprint b/unzip/.footprint
new file mode 100644 (file)
index 0000000..12b4237
--- /dev/null
@@ -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 (file)
index 0000000..26776c5
--- /dev/null
@@ -0,0 +1 @@
+62b490407489521db863b523a7f86375  unzip60.tar.gz
diff --git a/unzip/Pkgfile b/unzip/Pkgfile
new file mode 100644 (file)
index 0000000..89486bf
--- /dev/null
@@ -0,0 +1,16 @@
+# Description: Decompress utility for zipfiles
+# URL: http://infozip.sourceforge.net/UnZip.html
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm 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_noasm
+  make -f unix/Makefile prefix=$PKG/usr install
+  ln -sf unzip $PKG/usr/bin/zipinfo
+}