[Lunar-commits] <moonbase> zziplib: Moving to archive.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Oct 18 13:32:36 CEST 2011


commit 9b6ee2d577cdb5ccdc5c7493631cdb2f979e6ff1
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Oct 18 07:32:36 2011 -0400

    zziplib: Moving to archive.
---
 archive/zziplib/BUILD   |    9 +++++++++
 archive/zziplib/DEPENDS |    7 +++++++
 archive/zziplib/DETAILS |   17 +++++++++++++++++
 zbeta/zziplib/BUILD     |    9 ---------
 zbeta/zziplib/DEPENDS   |    7 -------
 zbeta/zziplib/DETAILS   |   17 -----------------
 6 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/archive/zziplib/BUILD b/archive/zziplib/BUILD
new file mode 100644
index 0000000..049e6cb
--- /dev/null
+++ b/archive/zziplib/BUILD
@@ -0,0 +1,9 @@
+(
+
+  sedit "s:--export-dynamic:-export-dynamic:g" configure &&
+
+  OPTS+=" --disable-static" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/archive/zziplib/DEPENDS b/archive/zziplib/DEPENDS
new file mode 100644
index 0000000..480dd91
--- /dev/null
+++ b/archive/zziplib/DEPENDS
@@ -0,0 +1,7 @@
+depends zlib
+depends Python
+
+optional_depends "SDL"           \
+                 "--enable-sdl"  \
+                 "--disable-sdl" \
+                 "for SDL"
diff --git a/archive/zziplib/DETAILS b/archive/zziplib/DETAILS
new file mode 100644
index 0000000..ed976c7
--- /dev/null
+++ b/archive/zziplib/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=zziplib
+         VERSION=0.13.60
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:821ff9a7984ddccb6734e4a753e401e93c7d47ee
+        WEB_SITE=http://zziplib.sourceforge.net/
+         ENTERED=20110313
+         UPDATED=20111010
+           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
diff --git a/zbeta/zziplib/BUILD b/zbeta/zziplib/BUILD
deleted file mode 100644
index 049e6cb..0000000
--- a/zbeta/zziplib/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  sedit "s:--export-dynamic:-export-dynamic:g" configure &&
-
-  OPTS+=" --disable-static" &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/zziplib/DEPENDS b/zbeta/zziplib/DEPENDS
deleted file mode 100644
index 480dd91..0000000
--- a/zbeta/zziplib/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends zlib
-depends Python
-
-optional_depends "SDL"           \
-                 "--enable-sdl"  \
-                 "--disable-sdl" \
-                 "for SDL"
diff --git a/zbeta/zziplib/DETAILS b/zbeta/zziplib/DETAILS
deleted file mode 100644
index ed976c7..0000000
--- a/zbeta/zziplib/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=zziplib
-         VERSION=0.13.60
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$SFORGE_URL/$MODULE
-      SOURCE_VFY=sha1:821ff9a7984ddccb6734e4a753e401e93c7d47ee
-        WEB_SITE=http://zziplib.sourceforge.net/
-         ENTERED=20110313
-         UPDATED=20111010
-           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