Added pygtk-2.16.0 build template.

--HG--
extra : convert_revision : b91c42803dcb813f85c6848031b9de8fe098acf2
This commit is contained in:
Juan RP 2009-11-30 22:06:14 +01:00
parent bcfebb947e
commit f7e8080e14
2 changed files with 23 additions and 0 deletions

2
srcpkgs/pygtk/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=2.16.0"
api_depends="${abi_depends}"

21
srcpkgs/pygtk/template Normal file
View file

@ -0,0 +1,21 @@
# 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/
}