Added pygobject-2.20.0 build template.
--HG-- extra : convert_revision : bb290a5ba89eaaf340c76357672e23047cb55830
This commit is contained in:
parent
566d74bfc1
commit
37450247d3
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=2.20.0"
|
||||
api_depends="${abi_depends}"
|
|
@ -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
|
Loading…
Reference in New Issue