2013-04-12 02:11:49 +02:00
|
|
|
# Description: Common interface to speech synthesis
|
2016-10-06 09:44:22 +02:00
|
|
|
# URL: https://devel.freebsoft.org/speechd/
|
2013-04-12 02:11:49 +02:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
|
|
|
# Packager: Jose V Beneyto, sepen at crux dot nu
|
2016-05-03 11:14:36 +02:00
|
|
|
# Depends on: libsndfile intltool glib libxml2 dotconf libao
|
2013-04-12 02:11:49 +02:00
|
|
|
|
|
|
|
name=speech-dispatcher
|
2016-10-06 09:44:22 +02:00
|
|
|
version=0.8.5
|
2013-04-12 02:11:49 +02:00
|
|
|
release=1
|
2016-10-06 09:44:22 +02:00
|
|
|
source=(https://devel.freebsoft.org/pub/projects/speechd/$name-$version.tar.gz)
|
2013-04-12 02:11:49 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--with-alsa \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-python
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/share/{info,locale}
|
|
|
|
}
|