[Lunar-commits] <moonbase-other> gdbus-codegen: New module broken out of glib-2, depend on this for gdbus-codegen support

Stefan Wold ratler at lunar-linux.org
Wed Jul 11 21:37:03 CEST 2012


commit 74ab7b7cb3d0601c9f1ba4f9103dae740a52a8b0
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 11 Jul 2012 12:37:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/74ab7b7cb3d0601c9f1ba4f9103dae740a52a8b0

gdbus-codegen: New module broken out of glib-2, depend on this for gdbus-codegen support
---
  devel/gdbus-codegen/BUILD                                    +8/-0     
  devel/gdbus-codegen/DEPENDS                                  +2/-0     
  devel/gdbus-codegen/DETAILS                                  +18/-0    
  3 files changed, 28 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/devel/gdbus-codegen/BUILD
@@ -0,0 +1,8 @@
+(
+
+  default_config &&
+  cd gio/gdbus-2.0/codegen &&
+  prepare_install &&
+  make prefix=/usr install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/devel/gdbus-codegen/DEPENDS
@@ -0,0 +1,2 @@
+depends glib-2
+depends Python
--- /dev/null
+++ b/devel/gdbus-codegen/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=gdbus-codegen
+         VERSION=2.32.3
+          SOURCE=glib-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/glib-${VERSION}
+   SOURCE_URL[0]=$GNOME_URL/sources/glib/glib-${VERSION%.*}
+   SOURCE_URL[1]=ftp://ftp.gtk.org/pub/glib/glib-${VERSION%.*}
+      SOURCE_VFY=sha1:429355327aaf69d2c21cbefcb20c61db94e0acec
+        WEB_SITE=http://library.gnome.org/devel/glib
+         ENTERED=20120711
+         UPDATED=20120711
+           SHORT="D-Bus code and documentation generator"
+
+cat << EOF
+gdbus-codegen is used to generate code and/or documentation for one or more
+D-Bus interfaces. The tool reads D-Bus Introspection XML files and generates
+output files. The tool currently supports generating C code (via
+--generate-c-code) and Docbook XML (via --generate-docbook).
+EOF




More information about the Lunar-commits mailing list