summaryrefslogtreecommitdiffstats
path: root/pyatspi/Pkgfile
blob: 8076da56cb9616ed44deadfe63ae9a31cfa1abee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.4.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
}