wok diff asterisk-googletts/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents
children 7cfc423aaa00
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/asterisk-googletts/receipt	Tue Feb 26 08:20:18 2019 +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 +}