Added pygobject-2.20.0 build template.

--HG--
extra : convert_revision : bb290a5ba89eaaf340c76357672e23047cb55830
This commit is contained in:
Juan RP 2009-11-30 22:05:43 +01:00
parent 566d74bfc1
commit 37450247d3
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -0,0 +1,13 @@
# Template file for 'pygobject'
pkgname=pygobject
version=2.20.0
distfiles="${GNOME_SITE}/$pkgname/2.20/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Python bindings for GObject"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=41e923a3f4426a3e19f6d154c424e3dac6f39defca77af602ac6272ce270fa81
long_desc="
Pygobject is a set of Python bindings for the GLib's GObject library."
Add_dependency full glib
Add_dependency full python