diff options
Diffstat (limited to 'pyatspi/Pkgfile')
-rwxr-xr-x | pyatspi/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pyatspi/Pkgfile b/pyatspi/Pkgfile new file mode 100755 index 0000000..669a2fd --- /dev/null +++ b/pyatspi/Pkgfile @@ -0,0 +1,18 @@ +# Description: Bindings Python pour AT-SPI2 +# URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: pygobject3, at-spi2-core +# Run on: pygobject3,at-spi2-core + +name=pyatspi +version=2.2.0 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + PYTHON=python2 ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |