22 lines
621 B
Plaintext
22 lines
621 B
Plaintext
|
# Template file for 'pygtk'
|
||
|
pkgname=pygtk
|
||
|
version=2.16.0
|
||
|
distfiles="${GNOME_SITE}/$pkgname/2.16/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Python bindings for the GTK+ toolkit"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=7fae5e01af217a01738eae41c38ad7f86d1f538f444300d0fa2847aafb7444a8
|
||
|
long_desc="
|
||
|
Pygtk is a set of Python bindings for the GTK+ toolkit."
|
||
|
|
||
|
# XXX: missing python-numpy build dep
|
||
|
Add_dependency full libglade
|
||
|
Add_dependency full pygobject
|
||
|
Add_dependency full pycairo
|
||
|
|
||
|
post_install()
|
||
|
{
|
||
|
install -m644 ${wrksrc}/gtk/gtk-extrafuncs.defs \
|
||
|
${DESTDIR}//usr/share/pygtk/2.0/defs/
|
||
|
}
|