2009-11-30 22:06:14 +01:00
|
|
|
# Template file for 'pygtk'
|
|
|
|
pkgname=pygtk
|
2011-10-02 12:33:23 +02:00
|
|
|
version=2.24.0
|
2013-03-29 13:28:30 +01:00
|
|
|
revision=5
|
2011-10-02 12:33:23 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python pygobject2 pycairo"
|
2013-03-29 10:38:40 +01:00
|
|
|
# XXX: missing python-numpy build dep
|
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="python-devel gtk+-devel libxml2-devel pygobject2-devel"
|
2009-11-30 22:06:14 +01:00
|
|
|
short_desc="Python bindings for the GTK+ toolkit"
|
2013-03-29 13:28:30 +01:00
|
|
|
homepage="http://www.pygtk.org"
|
|
|
|
license="LGPL-2.1"
|
2009-11-30 22:06:14 +01:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-02 12:33:23 +02:00
|
|
|
checksum=cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912
|
2009-11-30 22:06:14 +01:00
|
|
|
long_desc="
|
|
|
|
Pygtk is a set of Python bindings for the GTK+ toolkit."
|
|
|
|
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="gtk-2.0/gtk"
|
2010-03-05 16:01:54 +01:00
|
|
|
subpackages="pygtk-devel"
|
|
|
|
|
2013-03-29 10:38:40 +01:00
|
|
|
post_install() {
|
2011-07-05 12:55:25 +02:00
|
|
|
vinstall gtk/gtk-extrafuncs.defs 644 usr/share/pygtk/2.0/defs
|
2009-11-30 22:06:14 +01:00
|
|
|
}
|