[Lunar-commits] <moonbase> PerlIO-gzip: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Dec 19 15:24:07 CET 2010
commit 357f299e9ea7fc4f8d11e0a988bce471b0cb65f3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Dec 19 09:24:07 2010 -0500
PerlIO-gzip: Adding to moonbase.
---
perl/PerlIO-gzip/BUILD | 6 ++++++
perl/PerlIO-gzip/DEPENDS | 2 ++
perl/PerlIO-gzip/DETAILS | 12 ++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/perl/PerlIO-gzip/BUILD b/perl/PerlIO-gzip/BUILD
new file mode 100644
index 0000000..9ede5d9
--- /dev/null
+++ b/perl/PerlIO-gzip/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/PerlIO-gzip/DEPENDS b/perl/PerlIO-gzip/DEPENDS
new file mode 100644
index 0000000..198ab6c
--- /dev/null
+++ b/perl/PerlIO-gzip/DEPENDS
@@ -0,0 +1,2 @@
+depends gzip
+depends perl
diff --git a/perl/PerlIO-gzip/DETAILS b/perl/PerlIO-gzip/DETAILS
new file mode 100644
index 0000000..1692a06
--- /dev/null
+++ b/perl/PerlIO-gzip/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=PerlIO-gzip
+ VERSION=0.18
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/N/NW/NWCLARK/
+ SOURCE_VFY=sha1:f16b4a1710cf6a4bfdc589ab8c3b056a6d994a9d
+ WEB_SITE=http://search.cpan.org/~nwclark/PerlIO-gzip-0.18/
+ ENTERED=20101219
+ UPDATED=20101219
+ SHORT="Perl extension to provide a PerlIO layer to gzip/gunzip"
+cat << EOF
+Perl extension to provide a PerlIO layer to gzip/gunzip.
+EOF
More information about the Lunar-commits
mailing list