[Lunar-commits] <moonbase> gir-repository: new module. probably needs a ton of depends
Zachary McGrew
zmcgrew at lunar-linux.org
Thu Jul 15 22:17:32 CEST 2010
commit 45591a7c99736f19d3a120a3eaf615e180910d47
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Tue Apr 6 13:33:43 2010 -0700
gir-repository: new module. probably needs a ton of depends
---
gnome2/platform/gir-repository/BUILD | 19 +++++++++++++++++++
gnome2/platform/gir-repository/DETAILS | 13 +++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnome2/platform/gir-repository/BUILD b/gnome2/platform/gir-repository/BUILD
new file mode 100644
index 0000000..7303edc
--- /dev/null
+++ b/gnome2/platform/gir-repository/BUILD
@@ -0,0 +1,19 @@
+(
+
+ sedit 's:babl-0.0:babl-0.1:g' gir/Makefile.in
+
+ if module_installed gst-plugins-bad ; then
+ lrm gst-plugins-bad
+ HAS_BAD='y'
+ else
+ HAS_BAD='n'
+ fi &&
+
+ default_build &&
+
+ if [ $HAS_BAD = 'y' ] ; then
+ lin gst-plugins-bad
+ fi
+
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/platform/gir-repository/DEPENDS b/gnome2/platform/gir-repository/DEPENDS
new file mode 100644
index 0000000..e69de29
diff --git a/gnome2/platform/gir-repository/DETAILS b/gnome2/platform/gir-repository/DETAILS
new file mode 100644
index 0000000..3b1a357
--- /dev/null
+++ b/gnome2/platform/gir-repository/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=gir-repository
+ VERSION=0.6.5
+ MAJOR=0.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:0a036f32227a41096d394ff822a6a631688ee47f
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20100323
+ UPDATED=20100323
+ SHORT=""
+
+cat << EOF
+EOF
More information about the Lunar-commits
mailing list