void-packages/srcpkgs/pygtk/template
Juan RP f7e8080e14 Added pygtk-2.16.0 build template.
--HG--
extra : convert_revision : b91c42803dcb813f85c6848031b9de8fe098acf2
2009-11-30 22:06:14 +01:00

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/
}