[Lunar-commits] <moonbase> mm-common: version 0.9.2 added to zbeta

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


commit a840fc6b0bab20585318f6e749fa77ac116ab7c4
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Sun Jun 12 05:47:24 2011 +0200

    mm-common: version 0.9.2 added to zbeta
    
    mm-common-0.9.2 appears in the sources list for GNOME-2.32.0
    I have not found anywhere in the existing Lunar gnome2 modules
    that needs it yet, but then the Lunar list is not complete.
    
    If this is needed, it should be moved to gnome2/bindings[/c++]
---
 zbeta/mm-common/BUILD   |   12 ++++++++++++
 zbeta/mm-common/DETAILS |   18 ++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/zbeta/mm-common/BUILD b/zbeta/mm-common/BUILD
new file mode 100644
index 0000000..f0ab69a
--- /dev/null
+++ b/zbeta/mm-common/BUILD
@@ -0,0 +1,12 @@
+(
+
+   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
+                --build=$BUILD        \
+                --sysconfdir=/etc     \
+                --localstatedir=/var  \
+                --infodir=${GNOME210_PREFIX:-/usr}/share/info  \
+                --mandir=${GNOME210_PREFIX:-/usr}/share/man    \
+                $OPTS                                         &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/mm-common/DETAILS b/zbeta/mm-common/DETAILS
new file mode 100644
index 0000000..eb0215b
--- /dev/null
+++ b/zbeta/mm-common/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=mm-common
+           MAJOR=0.9
+         VERSION=$MAJOR.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:4e7392236d9dad2fe63ceec72229c9b45a40b5c3
+        WEB_SITE=http://www.gtkmm.org/
+         ENTERED=20110514
+         UPDATED=20110514
+           SHORT="shared infrastructure for GNOME C++ binding libraries"
+
+cat << EOF
+The mm-common module provides the build infrastructure and utilities
+shared among the GNOME C++ binding libraries. It is only a required
+dependency for building the C++ bindings from the gnome.org version
+control repository. An installation of mm-common is not required for
+building tarball releases, unless configured to use maintainer mode.
+EOF


More information about the Lunar-commits mailing list