diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:32:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:32:16 +0000 |
commit | a06882ea02d3045d5dd3c01d4eea2e071a28b0ac (patch) | |
tree | 728e940f6cc3b35175ad057bf6609a4fe033adf7 /packages/python/python-pygtk2_2.8.6.bb | |
parent | 23bdf522191bb75ebd1346af2c024e8c013db170 (diff) |
python-pygtk[2]: change naming, python-pygtk is now 2.x, update to 2.10.4
Diffstat (limited to 'packages/python/python-pygtk2_2.8.6.bb')
-rw-r--r-- | packages/python/python-pygtk2_2.8.6.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/python/python-pygtk2_2.8.6.bb b/packages/python/python-pygtk2_2.8.6.bb deleted file mode 100644 index 361737684c..0000000000 --- a/packages/python/python-pygtk2_2.8.6.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Python GTK+ Bindings" -SECTION = "devel/python" -PRIORITY = "optional" -# needs gtk+ 2.8.x -DEPENDS = "gtk+-2.8.16 libglade" -RDEPENDS = "python-shell" -SRCNAME = "pygtk" -LICENSE = "LGPL" -PR = "r1" - -SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.8/${SRCNAME}-${PV}.tar.bz2 \ - file://acinclude.m4" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit autotools pkgconfig distutils-base - -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" - -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}/ -} |