wok-next diff asterisk-googletts/receipt @ rev 17358
Add asterisk-speech-recog
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 18 21:43:05 2014 +0100 (2014-11-18) |
parents | |
children | d43bf7aae921 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/asterisk-googletts/receipt Tue Nov 18 21:43:05 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="asterisk-googletts" 1.7 +VERSION="0.6" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Text to speech for asterisk using Google Translate" 1.10 +WEB_SITE="http://zaf.github.io/asterisk-googletts/" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="GPL2" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/downloads/zaf/$PACKAGE/$TARBALL" 1.15 + 1.16 +DEPENDS="asterisk perl sox mpg123" 1.17 +BUILD_DEPENDS="wget" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + mkdir -p $fs/usr/bin $fs/var/lib/asterisk/agi-bin 1.23 + cp -a $src/cli/googletts-cli.pl $fs/usr/bin 1.24 + ln -s googletts-cli.pl $fs/usr/bin/googletts 1.25 + cp -a $src/googletts.agi $fs/var/lib/asterisk/agi-bin/ 1.26 +}