mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
16 lines
410 B
Plaintext
Executable File
16 lines
410 B
Plaintext
Executable File
# description : Python2 bindings for the core components of the GNOME Accessibility
|
|
# depends : at-spi2-core python2-gobject3 python3-gobject3
|
|
|
|
name=python2-atspi
|
|
version=2.38.2
|
|
release=1
|
|
source="https://ftp.gnome.org/pub/gnome/sources/pyatspi/${version%.*}/pyatspi-$version.tar.xz"
|
|
|
|
build() {
|
|
cd pyatspi-$version
|
|
|
|
./configure --prefix=/usr --with-python=/usr/bin/python2
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|