diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-19 16:57:06 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-19 16:57:06 +0000 |
commit | 080bc3e45d2684043542ff505ba14f54e17cba4f (patch) | |
tree | d10900aa0364b871d2afc03bd5a76749f0b811ed /packages | |
parent | fccded101702993078abf21023829a5bb232c6c8 (diff) |
python-pygtk2-2.6.3: add old version to go with OpenMoko's gtk+-2.6
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-pygtk2_2.6.3.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages/python/python-pygtk2_2.6.3.bb b/packages/python/python-pygtk2_2.6.3.bb new file mode 100644 index 0000000000..b1c4476b54 --- /dev/null +++ b/packages/python/python-pygtk2_2.6.3.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Python GTK+ Bindings" +SECTION = "devel/python" +# needs gtk+-2.6.x +DEPENDS = "gtk+ libglade" +RDEPENDS = "python-shell" +SRCNAME = "pygtk" +LICENSE = "LGPL" +PR = "ml0" + +SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.6/${SRCNAME}-${PV}.tar.bz2 \ + file://acinclude.m4" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit autotools pkgconfig distutils-base + +PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-doc ${PN}" +FILES_${PN}-dbg += "${libdir}/python2.4/site-packages/gtk-2.0/gtk/.debug \ + ${libdir}/python2.4/site-packages/gtk-2.0/.debug" +FILES_${PN}-dev += "${bindir} ${datadir}/pygtk ${libdir}/pygtk" + +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_NATIVE}/ +} |