diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 10:40:04 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-16 10:40:04 +0000 |
| commit | 4d5766571ab5a002eacce9784fca5c59d9040210 (patch) | |
| tree | 5ae7a19989ebee023c350dfd3d5e122d5f8b079e /packages/python/python-pygtk2_2.10.0.bb | |
| parent | eebefa5660ca2fc72c89bee0758c415618e344f8 (diff) | |
| parent | 12144a87891f5d08b84aebab20d5e97815403914 (diff) | |
merge of '6fcfd7c187e5bfdb019983b87124ddc80af2462d'
and '9e9e3622c67f2361a31af731db0685c576144665'
Diffstat (limited to 'packages/python/python-pygtk2_2.10.0.bb')
| -rw-r--r-- | packages/python/python-pygtk2_2.10.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/python/python-pygtk2_2.10.0.bb b/packages/python/python-pygtk2_2.10.0.bb new file mode 100644 index 0000000000..3f52051c17 --- /dev/null +++ b/packages/python/python-pygtk2_2.10.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Python GTK+ Bindings" +SECTION = "devel/python" +# needs gtk+ 2.10.x +DEPENDS = "gtk+ libglade python-pygobject-native" +RDEPENDS = "python-shell" +SRCNAME = "pygtk" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar.bz2 \ + file://acinclude.m4" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +EXTRA_OECONF = "--disable-docs" + +inherit autotools pkgconfig distutils-base + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/ +} + +do_stage() { + autotools_stage_includes + install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/ +} |
