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

18 lines
427 B
Plaintext
Raw Normal View History

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
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
}