[Lunar-commits] <moonbase> Switch: For webkit compilation to work (see bug #485)

Auke Kok sofar at foo-projects.org
Sun Jun 12 05:49:00 CEST 2011


commit 3a201538f3b2b9e7179a0a1f6b042e674b51c10e
Author: Tim Petschauer <tpetschauer at gmx.net>
Date:   Sun Jun 12 05:49:00 2011 +0200

    Switch: For webkit compilation to work (see bug #485)
---
 zbeta/Switch/BUILD   |    6 ++++++
 zbeta/Switch/DEPENDS |    1 +
 zbeta/Switch/DETAILS |   18 ++++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/zbeta/Switch/BUILD b/zbeta/Switch/BUILD
new file mode 100644
index 0000000..7f720ba
--- /dev/null
+++ b/zbeta/Switch/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl Makefile.PL &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/Switch/DEPENDS b/zbeta/Switch/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/zbeta/Switch/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/zbeta/Switch/DETAILS b/zbeta/Switch/DETAILS
new file mode 100644
index 0000000..bebcb8c
--- /dev/null
+++ b/zbeta/Switch/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=Switch
+         VERSION=2.16
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:2737a2b5e64a9d715528fa50a8d967710106220e
+        WEB_SITE="http://search.cpan.org/~rgarcia/"
+         ENTERED=20110530
+         UPDATED=20110530
+           SHORT="A switch statement for Perl"
+cat <<EOF
+Switch provides the syntax and semantics for an explicit
+cmechanism for Perl. The syntax is minimal, introducing only the
+keywords C<switch> and C<case> and conforming to the general pattern
+of existing Perl control structures. The semantics are particularly
+rich, allowing any one (or more) of nearly 30 forms of matching to
+be used when comparing a switch value with its various cases.
+EOF


More information about the Lunar-commits mailing list