milis/talimatname/genel/p/python-atspi/talimat

18 lines
444 B
Plaintext
Raw Normal View History

2017-04-12 14:47:53 +02:00
# Description: Bu pakette, GNOME Erişilebilirlik'in temel bileşenleri için Python bağları bulunmaktadır.
2016-02-24 01:27:23 +01:00
# URL: http://www.cairographics.org/
2017-04-12 14:47:53 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}