[Lunar-commits] <moonbase> PerlIO-via-Bzip2: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Dec 19 15:20:16 CET 2010
commit 529f912ef40a43150007a292ca56a609dd2b6b1b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Dec 19 09:20:16 2010 -0500
PerlIO-via-Bzip2: Adding to moonbase.
---
perl/PerlIO-via-Bzip2/BUILD | 6 ++++++
perl/PerlIO-via-Bzip2/DEPENDS | 2 ++
perl/PerlIO-via-Bzip2/DETAILS | 12 ++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/perl/PerlIO-via-Bzip2/BUILD b/perl/PerlIO-via-Bzip2/BUILD
new file mode 100644
index 0000000..9ede5d9
--- /dev/null
+++ b/perl/PerlIO-via-Bzip2/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/PerlIO-via-Bzip2/DEPENDS b/perl/PerlIO-via-Bzip2/DEPENDS
new file mode 100644
index 0000000..5b7c33a
--- /dev/null
+++ b/perl/PerlIO-via-Bzip2/DEPENDS
@@ -0,0 +1,2 @@
+depends bzip2
+depends perl
diff --git a/perl/PerlIO-via-Bzip2/DETAILS b/perl/PerlIO-via-Bzip2/DETAILS
new file mode 100644
index 0000000..68ae5cb
--- /dev/null
+++ b/perl/PerlIO-via-Bzip2/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=PerlIO-via-Bzip2
+ VERSION=0.02
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AR/ARJEN/
+ SOURCE_VFY=sha1:646079d0d5cbe93f8004b6fad5bc632cc38e09a7
+ WEB_SITE=http://search.cpan.org/~arjen/PerlIO-via-Bzip2-0.02/
+ ENTERED=20101219
+ UPDATED=20101219
+ SHORT="PerlIO layer for Bzip2 (de)compression"
+cat << EOF
+PerlIO layer for Bzip2 (de)compression.
+EOF
More information about the Lunar-commits
mailing list