void-packages/srcpkgs/pyatspi/template

21 lines
601 B
Text
Raw Normal View History

2011-09-30 16:23:19 +00:00
# Template file for 'pyatspi'
pkgname=pyatspi
2011-10-18 17:12:18 +00:00
version=2.2.1
2011-09-30 16:23:19 +00:00
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
2011-09-30 16:23:19 +00:00
short_desc="Python bindings for AT-SPI"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
2011-10-18 17:12:18 +00:00
checksum=814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a
2011-09-30 16:23:19 +00:00
long_desc="
This packages the Python language bindings for AT-SPI."
pycompile_module="$pkgname"
2011-09-30 16:23:19 +00:00
noarch=yes
2011-09-30 16:23:19 +00:00
Add_dependency run at-spi2-core
Add_dependency run pygobject
Add_dependency build at-spi2-core-devel
Add_dependency build pygobject-devel