# gnome-speech, http://ftp.gnome.org/pub/gnome/sources/gnome-speech/ name=gnome-speech version=0.3.5 release=1 source=(ftp://ftp.gnome.org/pub/gnome/desktop/2.8/2.8.0/sources/$name-$version.tar.bz2) build() { cd $name-$version sed -i "s/USE_NLS=yes/USE_NLS=no/ s/ENABLE_NLS 1/ENABLE_NLS 0/" configure ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome \ --localstatedir=/var/opt/gnome \ --disable-gtk-doc --without-dectalk \ --without-theta --without-eloquence \ --without-java --without-jab \ --without-freetts make make DESTDIR=$PKG install }