opt/speech-dispatcher/Pkgfile

25 lines
604 B
Plaintext
Raw Normal View History

2013-04-12 02:11:49 +02:00
# Description: Common interface to speech synthesis
# URL: http://devel.freebsoft.org/speechd/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: libsndfile intltool glib libxml2 dotconf
name=speech-dispatcher
2014-09-30 09:53:31 +02:00
version=0.8.1
2013-04-12 02:11:49 +02:00
release=1
source=(http://devel.freebsoft.org/pub/projects/speechd/$name-$version.tar.gz)
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}
}