[Lunar-commits] <moonbase> ming: Not a version bump, but there is the addition of a DEPENDS and BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Sep 26 18:22:42 CEST 2009


commit 2916ae13180ee0fce59f894db397af1bb2495cf8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Sep 26 12:22:42 2009 -0400

    ming: Not a version bump, but there is the addition of a DEPENDS and BUILD.
    
    I'll (or someone else) will look at the %PHP part later.
---
 libs/ming/BUILD   |   16 ++++++++++++++++
 libs/ming/DEPENDS |    4 ++++
 libs/ming/DETAILS |    2 +-
 3 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/libs/ming/BUILD b/libs/ming/BUILD
new file mode 100644
index 0000000..1219a90
--- /dev/null
+++ b/libs/ming/BUILD
@@ -0,0 +1,16 @@
+(
+
+  if in_depends $MODULE tcl ; then
+    TCL_VER="`lvu version perl |cut -c 1-3`"
+    sedit "s:tcl8.4:tcl$TCL_VER:g" configure
+    export TCL_LIB_DIR=/usr/lib/tcl$TCL_VER
+  fi &&
+
+  sedit "s:#make:make:" php_ext/make_module.sh &&
+
+  default_build  &&
+
+# The install misses this header.
+  install -m 644 $SOURCE_DIRECTORY/src/ming_config.h /usr/include/
+
+) > $C_FIFO 2>&1
diff --git a/libs/ming/DEPENDS b/libs/ming/DEPENDS
new file mode 100644
index 0000000..41f1b81
--- /dev/null
+++ b/libs/ming/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends Python "--enable-python" "--disable-python" "for Python script support"
+optional_depends perl   "--enable-perl"   "--disable-perl"   "for perl scripting support"
+#optional_depends %PHP   "--enable-php"    "--disable-php"    "for PHP scripting support"
+optional_depends tcl    "--enable-tcl"    "--disable-tcl"    "for tcl scripting support"
diff --git a/libs/ming/DETAILS b/libs/ming/DETAILS
index a80fc40..3a2d290 100644
--- a/libs/ming/DETAILS
+++ b/libs/ming/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:3990c718c448cd26c1551457258d8de11c74b3e5
         WEB_SITE=http://ming.sourceforge.net
          ENTERED=20030519
-         UPDATED=20090511
+         UPDATED=20090926
            SHORT="a c library for generating SWF (Flash) format movies"
 
 cat << EOF


More information about the Lunar-commits mailing list