summaryrefslogtreecommitdiffstats
path: root/zip/Pkgfile
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
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')
-rw-r--r--zip/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/zip/Pkgfile b/zip/Pkgfile
new file mode 100644
index 0000000..6b5e65d
--- /dev/null
+++ b/zip/Pkgfile
@@ -0,0 +1,16 @@
+description="Compression and file packaging/archive utility."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
+url="http://infozip.sourceforge.net/Zip.html"
+depends=(bzip2)
+
+name=zip
+version=3.0
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/infozip/zip30.tar.gz)
+build ()
+{
+ cd ${name}${version//./};
+ make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=$prefix generic;
+ make -f unix/Makefile INSTALL=install prefix=$PKG$prefix install
+}