Skip to content

Commit

Permalink
gdbus-codegen: New module broken out of glib-2, depend on this for gd…
Browse files Browse the repository at this point in the history
…bus-codegen support
  • Loading branch information
Ratler committed Jul 11, 2012
1 parent 2d36843 commit 74ab7b7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions devel/gdbus-codegen/DEPENDS
@@ -0,0 +1,2 @@
depends glib-2
depends Python
18 changes: 18 additions & 0 deletions 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

0 comments on commit 74ab7b7

Please sign in to comment.