diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta-extras/packages/python/python-pygtk2_2.8.6.bb | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/python/python-pygtk2_2.8.6.bb')
| -rw-r--r-- | meta-extras/packages/python/python-pygtk2_2.8.6.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-pygtk2_2.8.6.bb b/meta-extras/packages/python/python-pygtk2_2.8.6.bb new file mode 100644 index 0000000000..d91e13532c --- /dev/null +++ b/meta-extras/packages/python/python-pygtk2_2.8.6.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Python GTK+ Bindings" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | ||
| 5 | DEPENDS = "gtk+ libglade" | ||
| 6 | RDEPENDS = "python-shell" | ||
| 7 | SRCNAME = "pygtk" | ||
| 8 | LICENSE = "LGPL" | ||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \ | ||
| 12 | file://acinclude.m4" | ||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig distutils-base | ||
| 16 | |||
| 17 | do_configure_prepend() { | ||
| 18 | install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ | ||
| 19 | } | ||
| 20 | |||
| 21 | do_stage() { | ||
| 22 | autotools_stage_includes | ||
| 23 | install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/ | ||
| 24 | } | ||
