summaryrefslogtreecommitdiffstats
path: root/pyatspi/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-02 00:01:35 +0200
committerpiernov <piernov@piernov.org>2011-10-02 00:01:35 +0200
commit194786260b00a16cddcf5d8d64ef232c1dacdb9d (patch)
treed748cd5aa21083101b27482db1f8bd1a7aae7386 /pyatspi/Pkgfile
parentbccacc91fe3c167bcaf541df6140db4e155b4895 (diff)
parent442667517d6b6951872d3ac310bd1b3f693f8345 (diff)
downloadgnome3-194786260b00a16cddcf5d8d64ef232c1dacdb9d.tar.gz
gnome3-194786260b00a16cddcf5d8d64ef232c1dacdb9d.tar.bz2
gnome3-194786260b00a16cddcf5d8d64ef232c1dacdb9d.tar.xz
gnome3-194786260b00a16cddcf5d8d64ef232c1dacdb9d.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/gnome3
Diffstat (limited to 'pyatspi/Pkgfile')
-rwxr-xr-xpyatspi/Pkgfile18
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
+}