summaryrefslogtreecommitdiff
path: root/packages/python/python-pygobject_2.12.2.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 11:57:19 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-08-23 11:57:19 +0000
commitce541bd7bcdfcda3a57888cc7b8da191a12567ef (patch)
treea6ef82d5cd590f0bed956516444dba4f6ead435c /packages/python/python-pygobject_2.12.2.bb
parent3d3a5b8018174bec4f111bef0fa876eb88307666 (diff)
parentf4c65cbaa1fe07d8e9d833a74afcd6812e246ba7 (diff)
explicit merge of '77323b379f377a67b4d5bc05f4194d1d01309b52'
and 'e0613a176614c74d38f49dfbdb46b6f368ef64ca'
Diffstat (limited to 'packages/python/python-pygobject_2.12.2.bb')
-rw-r--r--packages/python/python-pygobject_2.12.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb
new file mode 100644
index 0000000000..1604b54715
--- /dev/null
+++ b/packages/python/python-pygobject_2.12.2.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Python GObject bindings"
+SECTION = "devel/python"
+LICENSE = "LGPL"
+DEPENDS = "python-pygobject-native"
+PR = "ml2"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-${PV}.tar.bz2"
+S = "${WORKDIR}/pygobject-${PV}"
+
+inherit autotools distutils-base pkgconfig
+
+# otherwise the main package keeps snatching the .pc file away
+# and therefore depends on glib-2.0-dev (which only the -dev
+# package should).
+PACKAGES =+ "${PN}-dev"
+
+do_stage() {
+ autotools_stage_all
+ install -d ${STAGING_LIBDIR}/../share/pygobject/
+ cp -dpfR docs/* ${STAGING_LIBDIR}/../share/pygobject/
+ install -d ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
+ cp docs/style.css ${STAGING_LIBDIR}/../share/gtk-doc/html/pygobject/
+}