diff options
Diffstat (limited to 'extra/orca/Pkgfile')
-rwxr-xr-x | extra/orca/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/orca/Pkgfile b/extra/orca/Pkgfile new file mode 100755 index 000000000..aeeef8dab --- /dev/null +++ b/extra/orca/Pkgfile @@ -0,0 +1,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 +} |