summaryrefslogtreecommitdiffstats
path: root/zip/Pkgfile.old
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 17:57:16 +0100
committerLukc <lukc@upyum.com>2010-12-12 17:57:16 +0100
commit362377f32b50d8663fac8a0ea1e69addf6fa9251 (patch)
treeea078b160eb77cb471cb187d742f3e419629966f /zip/Pkgfile.old
parentccd0e9e11f2575d955c71cfdbb27f0c3ed264be8 (diff)
downloadopt-362377f32b50d8663fac8a0ea1e69addf6fa9251.tar.gz
opt-362377f32b50d8663fac8a0ea1e69addf6fa9251.tar.bz2
opt-362377f32b50d8663fac8a0ea1e69addf6fa9251.tar.xz
opt-362377f32b50d8663fac8a0ea1e69addf6fa9251.zip
Recette de zip ajoutée.
Diffstat (limited to 'zip/Pkgfile.old')
-rw-r--r--zip/Pkgfile.old15
1 files changed, 15 insertions, 0 deletions
diff --git a/zip/Pkgfile.old b/zip/Pkgfile.old
new file mode 100644
index 0000000..1258a49
--- /dev/null
+++ b/zip/Pkgfile.old
@@ -0,0 +1,15 @@
+# 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
+}