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

18 lines
427 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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