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}/ } td class='form'>
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-2.5.1
AgeCommit message (Expand)AuthorFiles
2008-02-06python 2.5.1 sitecustomize.py now saves the history in $HOME, not in /tmpMichael Lauer1
2008-01-22python 2.5.1 ship sitecustomize.py that enables some convenient features whenMichael Lauer1
2007-12-05python 2.5.1 enable and package ctypes module/package. closes #3368 -- thanks...Michael Lauer1
2007-08-15python[-native] 2.5.1: fix typo in optimization patchMichael Lauer1
2007-08-15python[-native] 2.5.1: add patch to compile everything in optimized bytecode.Michael Lauer1
2007-08-15major python upgrade: add python[-native] 2.5.1, rename python-2.4 packageMichael Lauer6