18 lines
427 B
Plaintext
18 lines
427 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
|
|||
|
|
|||
|
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
|
|||
|
}
|