[Lunar-commits] <moonbase> zziplib: ver 0.13.60 & cleanup
Paul Bredbury
brebs at lunar-linux.org
Sun Mar 13 19:57:45 CET 2011
commit e20fad11685569049b657834196ef8efdb62ff51
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Mon Mar 14 01:57:45 2011 +0700
zziplib: ver 0.13.60 & cleanup
---
zbeta/zziplib/BUILD | 7 +++++++
zbeta/zziplib/DEPENDS | 1 +
zbeta/zziplib/DETAILS | 15 +++++++--------
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/zbeta/zziplib/BUILD b/zbeta/zziplib/BUILD
new file mode 100644
index 0000000..e2fbd21
--- /dev/null
+++ b/zbeta/zziplib/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/zziplib/DEPENDS b/zbeta/zziplib/DEPENDS
index bac21ab..480dd91 100644
--- a/zbeta/zziplib/DEPENDS
+++ b/zbeta/zziplib/DEPENDS
@@ -1,4 +1,5 @@
depends zlib
+depends Python
optional_depends "SDL" \
"--enable-sdl" \
diff --git a/zbeta/zziplib/DETAILS b/zbeta/zziplib/DETAILS
index f8084be..d21f496 100644
--- a/zbeta/zziplib/DETAILS
+++ b/zbeta/zziplib/DETAILS
@@ -1,18 +1,17 @@
MODULE=zziplib
- VERSION=0.13.59
+ VERSION=0.13.60
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:ddbce25cb36c3b4c2b892e2c8a88fa4a0be29a71
+ SOURCE_VFY=sha1:821ff9a7984ddccb6734e4a753e401e93c7d47ee
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.
+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