23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
20 lines
601 B
Text
20 lines
601 B
Text
# Template file for 'pyatspi'
|
|
pkgname=pyatspi
|
|
version=2.2.1
|
|
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
short_desc="Python bindings for AT-SPI"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a
|
|
long_desc="
|
|
This packages the Python language bindings for AT-SPI."
|
|
|
|
pycompile_module="$pkgname"
|
|
noarch=yes
|
|
|
|
Add_dependency run at-spi2-core
|
|
Add_dependency run pygobject
|
|
Add_dependency build at-spi2-core-devel
|
|
Add_dependency build pygobject-devel
|