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

18 lines
437 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bu pakette, GNOME Erişilebilirlik'in temel bileşenleri için Python bağları bulunmaktadır.
2016-02-24 01:27:23 +01:00
# URL: http://www.cairographics.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-gobject at-spi2-core
2016-02-24 01:27:23 +01:00
name=python-atspi
version=2.16.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/pyatspi/${version%.*}/pyatspi-$version.tar.xz)
build() {
cd pyatspi-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}