summaryrefslogtreecommitdiff
path: root/python/python-pygtk_2.2.0.oe
blob: 5267c6ec29948a94aa8eecb41826e4fc3514c4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Python GTK+ Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "gtk+ libglade"
SRCNAME = "pygtk"
PR = "r1"

SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit autotools pkgconfig

FILES_${PN} = "${libdir}/python2.3/"

do_stage() {
	autotools_stage_includes
}

ore .pc mungingKoen Kooi1 2006-08-10libpng: add -lz to the .pc to fix cairo->pango->gtk+. I'll leave it up to the...Koen Kooi1 2006-08-10libpng 1.2.12: fix libpng.pcKoen Kooi1 2006-08-09libpng: update to 1.2.12Koen Kooi2 2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther1 2006-07-28libpng-1.2.8: split out debug info, fix for #1235Philipp Zabel1