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

18 lines
427 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
2017-10-28 14:10:23 +02:00
isim=python-atspi
surum=2.16.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pyatspi/${surum%.*}/pyatspi-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd pyatspi-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}