Files
ports/core/python3-atspi/spkgbuild
2018-09-14 17:09:26 +08:00

19 lines
556 B
Plaintext
Executable File

# description : Python3 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 python3-gobject3
name=python3-atspi
version=2.30.0
release=1
source=(https://ftp.gnome.org/pub/gnome/sources/pyatspi/${version::4}/pyatspi-$version.tar.xz)
md5sum=(2b588e226bfce50669ed6466d8a2d3b4)
build() {
cd pyatspi-$version
./configure --prefix=/usr --with-python=/usr/bin/python3
make
make DESTDIR=$PKG install
}