opt/speech-dispatcher/Pkgfile

25 lines
612 B
Plaintext
Raw Normal View History

2013-04-12 02:11:49 +02:00
# Description: Common interface to speech synthesis
# 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
# Depends on: libsndfile intltool glib libxml2 dotconf libao
2013-04-12 02:11:49 +02:00
name=speech-dispatcher
version=0.8.5
2013-04-12 02:11:49 +02:00
release=1
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}
}