2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Bu pakette, GNOME Erişilebilirlik'in temel bileşenleri için Python bağları bulunmaktadır.
|
|
|
|
|
# URL: http://www.cairographics.org/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python-gobject at-spi2-core
|
2018-07-31 15:10:40 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-atspi
|
|
|
|
|
surum=2.16.0
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pyatspi/${surum%.*}/pyatspi-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd pyatspi-$surum
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|