# Description: general API for producing text-to-speech output
# URL: http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libbonobo, jdk, speech-dispatcher
# Run on: libbonobo,speech-dispatcher,jdk

name=gnome-speech
version=0.4.25
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
        cd $name-$version
        ./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--disable-static \
		--disable-gtk-doc \
		--with-speech-dispatcher
        make
        make DESTDIR=$PKG install
}