milis/talimatname/genel/python-atspi/talimat

18 lines
444 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.

# Description: Bu pakette, GNOME Erişilebilirlik'in temel bileşenleri için Python bağları bulunmaktadır.
# URL: http://www.cairographics.org/
# Packager: milisarge
# Depends on: python-gobject at-spi2-core
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
}