[Lunar-commits] <moonbase> geos: Adding a DEPENDS and BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 10 10:25:03 CET 2011
commit 8e251db885a6c1a1ec8598e339b7905dbabbc0ab
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 10 04:25:03 2011 -0500
geos: Adding a DEPENDS and BUILD.
---
science/geos/BUILD | 9 +++++++++
science/geos/DEPENDS | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/science/geos/BUILD b/science/geos/BUILD
new file mode 100644
index 0000000..1f22262
--- /dev/null
+++ b/science/geos/BUILD
@@ -0,0 +1,9 @@
+(
+
+ SWIG_VER=`lvu version swig` &&
+
+ sedit "s:1.3.28:$SWIG_VER:g" configure &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/geos/DEPENDS b/science/geos/DEPENDS
new file mode 100644
index 0000000..69efc81
--- /dev/null
+++ b/science/geos/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends "Python" "--enable-python" "--disable-python" "for python bindings support"
+optional_depends "ruby" "--enable-ruby" "--disable-ruby" "for ruby bindings support"
+
More information about the Lunar-commits
mailing list