summaryrefslogtreecommitdiffstats
path: root/gnome-speech/Pkgfile
blob: 993382a884cb1b313737d0e9f3afde67c867db95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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, speech-dispatcher
# Run on: libbonobo,speech-dispatcher

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
	rm -rf $PKG/usr/share/jar
}