Files
ports/core/python2-atspi/spkgbuild
2019-05-26 14:17:17 +08:00

19 lines
573 B
Plaintext
Executable File

# description : Python2 bindings for the core components of the GNOME Accessibility
# homepage : https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
# depends : at-spi2-core python2-gobject3 python3-gobject3
name=python2-atspi
version=2.33.1
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/pyatspi/${version::4}/pyatspi-$version.tar.xz)
md5sum=(ac6a3a31c70b7f7e487a1a9278c4dbaa)
build() {
cd pyatspi-$version
./configure --prefix=/usr --with-python=/usr/bin/python2
make
make DESTDIR=$PKG install
}