19 lines
447 B
Plaintext
19 lines
447 B
Plaintext
# 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
|
||
# Grup: kütüphane
|
||
|
||
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
|
||
}
|