summaryrefslogtreecommitdiffstats
path: root/orca/Pkgfile
blob: 97868681c59ff0b83aab7c8c5926a069f39d60f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Assistance technologique pour les personnes mal voyantes
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed do ch
# Depends on: gnome-python, atk, at-spi2-core, gnome-speech, dbus-python, pyxdg
# Run on: gnome-python,atk,at-spi2-core,gnome-speech,dbus-python,pyxdg

name=orca
version=3.1.90
release=1

source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	PYTHON=python2 ./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var
	make
	make DESTDIR=$PKG install
}