39 lines
1.5 KiB
Text
39 lines
1.5 KiB
Text
# Template build file for 'speech-dispatcher'.
|
|
pkgname=speech-dispatcher
|
|
version=0.8
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="High-level device independent layer for speech synthesis interface"
|
|
maintainer="ojab <ojab@ojab.ru>"
|
|
license="GPL2/FDL"
|
|
homepage="http://devel.freebsoft.org/speechd"
|
|
checksum=0a6ce544cfbac8592a8ea08e3ab24c389153904ea51c6fd68756cea52de9efa2
|
|
distfiles="http://devel.freebsoft.org/pub/projects/speechd/${pkgname}-${version}.tar.gz"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="libltdl-devel glib-devel dotconf-devel"
|
|
conf_files="
|
|
/etc/speech-dispatcher/speechd.conf
|
|
/etc/speech-dispatcher/clients/emacs.conf
|
|
/etc/speech-dispatcher/clients/gnome-speech.conf
|
|
/etc/speech-dispatcher/modules/ibmtts.conf
|
|
/etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
|
|
/etc/speech-dispatcher/modules/ivona.conf
|
|
/etc/speech-dispatcher/modules/festival.conf
|
|
/etc/speech-dispatcher/modules/swift-generic.conf
|
|
/etc/speech-dispatcher/modules/espeak-generic.conf
|
|
/etc/speech-dispatcher/modules/flite.conf
|
|
/etc/speech-dispatcher/modules/llia_phon-generic.conf
|
|
/etc/speech-dispatcher/modules/dtk-generic.conf
|
|
/etc/speech-dispatcher/modules/epos-generic.conf
|
|
/etc/speech-dispatcher/modules/espeak.conf
|
|
/etc/speech-dispatcher/modules/cicero.conf"
|
|
|
|
speech-dispatcher-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|