Merge pull request #2226 from CMB/espeak

espeak: move data files into the library package (libespeak).
This commit is contained in:
Juan RP 2015-08-10 07:27:09 +02:00
commit 3020b87f7f
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'espeak'
pkgname="espeak"
version="1.48.04"
revision=2
revision=3
short_desc="Text to Speech engine"
maintainer="Martin Riese <grauehaare@gmx.de>"
license="GPL-3"
@ -22,9 +22,10 @@ do_build() {
}
libespeak_package() {
shorst_desc+=" - runtime libraries"
short_desc+=" - runtime libraries"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove usr/share/espeak-data
}
}