[Lunar-commits] <moonbase> gobject-introspection: This package is used to describe the APIs and collect them in a uniform, machine readable format.
Florin Braescu
florin at lunar-linux.org
Mon Nov 2 17:25:07 CET 2009
commit ee8a2fbeb65c80488efdf1f4c228f946c77f9100
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Nov 2 18:25:07 2009 +0200
gobject-introspection: This package is used to describe the APIs and collect them in a uniform, machine readable format.
---
gnome2/bindings/gobject-introspection/BUILD | 12 ++++++++++++
gnome2/bindings/gobject-introspection/DEPENDS | 4 ++++
gnome2/bindings/gobject-introspection/DETAILS | 15 +++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnome2/bindings/gobject-introspection/BUILD b/gnome2/bindings/gobject-introspection/BUILD
new file mode 100644
index 0000000..e7db64e
--- /dev/null
+++ b/gnome2/bindings/gobject-introspection/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME_2280_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME_2280_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME_2280_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/bindings/gobject-introspection/DEPENDS b/gnome2/bindings/gobject-introspection/DEPENDS
new file mode 100644
index 0000000..7dc2fd9
--- /dev/null
+++ b/gnome2/bindings/gobject-introspection/DEPENDS
@@ -0,0 +1,4 @@
+depends bison
+depends flex
+depends glib-2
+depends libffi
diff --git a/gnome2/bindings/gobject-introspection/DETAILS b/gnome2/bindings/gobject-introspection/DETAILS
new file mode 100644
index 0000000..92b9730
--- /dev/null
+++ b/gnome2/bindings/gobject-introspection/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gobject-introspection
+ MAJOR=0.6
+ VERSION=0.6.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:ffa66729630018637e5b91f88316d3c536672840
+ WEB_SITE=http://live.gnome.org/GObjectIntrospection
+ ENTERED=20091102
+ UPDATED=20091102
+ SHORT="It describes and collect APIs"
+
+cat << EOF
+The gobject-introspection package is used to describe the APIs and
+collect them in a uniform, machine readable format.
+EOF
More information about the Lunar-commits
mailing list