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

18 lines
427 B
Text
Raw Normal View History

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