diff options
author | piernov <piernov@piernov.org> | 2011-09-27 21:41:13 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-27 21:41:13 +0200 |
commit | 83a24a9ace099943a0dd1406371f14bfe6d5ae7b (patch) | |
tree | db791e016b48554cdd6ecfc4596ad0f628c8201f /pyatspi/Pkgfile | |
parent | 79c7ecbc0128b8ca3ef972e35407d1add0533027 (diff) | |
download | gnome3-83a24a9ace099943a0dd1406371f14bfe6d5ae7b.tar.gz gnome3-83a24a9ace099943a0dd1406371f14bfe6d5ae7b.tar.bz2 gnome3-83a24a9ace099943a0dd1406371f14bfe6d5ae7b.tar.xz gnome3-83a24a9ace099943a0dd1406371f14bfe6d5ae7b.zip |
pyatspi 2.2.0-1 ajout port
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 +} |