[Lunar-commits] <moonbase> Compress-Raw-Zlib: (re)added version 2.020 to moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sun Jun 21 11:48:04 CEST 2009
commit 7f87a4ffd2f52a3cb31b6f7cfb83cbc84dd2f9c8
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Jun 21 11:48:04 2009 +0200
Compress-Raw-Zlib: (re)added version 2.020 to moonbase
managed to screw up the previous commit and added empty files :-(
This commit adds the contents, and a warning about usage.
---
perl/Compress-Raw-Zlib/BUILD | 6 ++++++
perl/Compress-Raw-Zlib/DEPENDS | 1 +
perl/Compress-Raw-Zlib/DETAILS | 18 ++++++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/perl/Compress-Raw-Zlib/BUILD b/perl/Compress-Raw-Zlib/BUILD
index e69de29..c11ca00 100644
--- a/perl/Compress-Raw-Zlib/BUILD
+++ b/perl/Compress-Raw-Zlib/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Compress-Raw-Zlib/DEPENDS b/perl/Compress-Raw-Zlib/DEPENDS
index e69de29..1dd0168 100644
--- a/perl/Compress-Raw-Zlib/DEPENDS
+++ b/perl/Compress-Raw-Zlib/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Compress-Raw-Zlib/DETAILS b/perl/Compress-Raw-Zlib/DETAILS
index e69de29..545589a 100644
--- a/perl/Compress-Raw-Zlib/DETAILS
+++ b/perl/Compress-Raw-Zlib/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=Compress-Raw-Zlib
+ VERSION=2.020
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.cpan.org/authors/id/P/PM/PMQS/
+ SOURCE_VFY=sha1:7ecf755d36a765e739401331bbfae22fa2b2fd51
+ WEB_SITE=http://search.cpan.org/search?dist=Compress-Raw-Zlib
+ ENTERED=20090620
+ UPDATED=20090620
+ SHORT="Perl interface to zlib"
+
+cat << EOF
+Perl module for Low-Level Interface to zlib compression library
+
+Warning: this module has been added as a possible dependency for
+openoffice-src, but discussion on #lunar was that it had already
+been removed because it clashed with other Perl modules.
+EOF
+
More information about the Lunar-commits
mailing list