summaryrefslogtreecommitdiffstats
path: root/extra/orca/Pkgfile
blob: aeeef8dabf488a5d8aacae9a027226bdf0ccc1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Assistive technology for people with visual impairments
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: gnome-python, atk, at-spi, eel, gnome-speech
# Group: gnome/desktop

name=orca
version=2.26.3
release=1
gnomever=2.26.3
source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--mandir=/usr/man \
		--sysconfdir=/etc \
		--with-widget=vte \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
}