summaryrefslogtreecommitdiff
path: root/packages/python/python-pygobject_2.12.2.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-09-22 10:23:09 +0000
committerOpenmoko anonymizer key <devel@lists.openmoko.org>2007-09-22 10:23:09 +0000
commitb06e7e57f5e726a15bb36342343ce3c3b1dedd02 (patch)
tree6a0efd5ca4ec36cf620c203cff62d994d14ecaa6 /packages/python/python-pygobject_2.12.2.bb
parentd2cd3da7119b6e2b11aeec4d97867599dab9af3d (diff)
python-pygobject[-native]: drop 2.12.2, add dependency on glib-2.0[-native]
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, 0 insertions, 23 deletions
diff --git a/packages/python/python-pygobject_2.12.2.bb b/packages/python/python-pygobject_2.12.2.bb
deleted file mode 100644
index 1604b54715..0000000000
--- a/packages/python/python-pygobject_2.12.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-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/
-}