# Description: Bu pakette, GNOME Erişilebilirlik'in temel bileşenleri için Python bağları bulunmaktadır.
# URL: http://www.cairographics.org/
# Packager: milisarge
# Depends on: python-gobject at-spi2-core 

name=python-atspi
version=2.16.0
release=1

source=(http://ftp.gnome.org/pub/gnome/sources/pyatspi/${version%.*}/pyatspi-$version.tar.xz)

build() {
cd pyatspi-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}  
