[Lunar-commits] <moonbase> zziplib: optional for texlive

Paul Bredbury brebs at lunar-linux.org
Sun Mar 13 16:38:04 CET 2011


commit 79fb4a6e655b205f03beac123826c63804a87cbd
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date:   Sun Mar 13 22:38:04 2011 +0700

    zziplib: optional for texlive
---
 zbeta/zziplib/DEPENDS |    6 ++++++
 zbeta/zziplib/DETAILS |   18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/zbeta/zziplib/DEPENDS b/zbeta/zziplib/DEPENDS
new file mode 100644
index 0000000..bac21ab
--- /dev/null
+++ b/zbeta/zziplib/DEPENDS
@@ -0,0 +1,6 @@
+depends zlib
+
+optional_depends "SDL"           \
+                 "--enable-sdl"  \
+                 "--disable-sdl" \
+                 "for SDL"
diff --git a/zbeta/zziplib/DETAILS b/zbeta/zziplib/DETAILS
new file mode 100644
index 0000000..f8084be
--- /dev/null
+++ b/zbeta/zziplib/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=zziplib
+         VERSION=0.13.59
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:ddbce25cb36c3b4c2b892e2c8a88fa4a0be29a71
+        WEB_SITE=http://zziplib.sourceforge.net/
+         ENTERED=20110313
+         UPDATED=20110313
+           SHORT="compression library"
+
+cat << EOF
+The zziplib library offers the ability to easily extract
+data from files archived in a single zip file. Applications
+can bundle files into a single zip archive and access them.
+The implementation is based only on the (free) subset of
+compression with the zlib algorithm which is actually used
+by the zip/unzip tools.
+EOF


More information about the Lunar-commits mailing list