[Lunar-commits] <moonbase> XML-Twig: Adding a CONFIGURE so the build process does not stop waiting for user input.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Jan 23 14:12:57 CET 2011
commit 13081ccffcfd1124dc82d2fe670b1b154b923f5b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Jan 23 08:12:57 2011 -0500
XML-Twig: Adding a CONFIGURE so the build process does not stop waiting for user input.
---
perl/XML-Twig/BUILD | 8 +++++++-
perl/XML-Twig/CONFIGURE | 1 +
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/perl/XML-Twig/BUILD b/perl/XML-Twig/BUILD
index c11ca00..6e44f46 100644
--- a/perl/XML-Twig/BUILD
+++ b/perl/XML-Twig/BUILD
@@ -1,6 +1,12 @@
(
- perl Makefile.PL &&
+ if [ "$INST_TOOLS" == "y" ] ;then
+ INST_TOOLS="y"
+ else
+ INST_TOOLS="n"
+ fi &&
+
+ perl Makefile.PL -$INST_TOOLS &&
default_make
) > $C_FIFO 2>&1
diff --git a/perl/XML-Twig/CONFIGURE b/perl/XML-Twig/CONFIGURE
new file mode 100644
index 0000000..3a94121
--- /dev/null
+++ b/perl/XML-Twig/CONFIGURE
@@ -0,0 +1 @@
+mquery INST_TOOLS "Install Twig tools: xml_pp, xml_grep, xml_split, xml_merge, xml_spellcheck?" y
More information about the Lunar-commits
mailing list