flite: update to 2.2.

This commit is contained in:
Đoàn Trần Công Danh 2020-10-04 11:29:17 +07:00
parent c3d383a3c0
commit 20a5c03e07

View file

@ -1,17 +1,16 @@
# Template file for 'flite' # Template file for 'flite'
pkgname=flite pkgname=flite
version=2.1 version=2.2
revision=2 revision=1
wrksrc="flite-${version}-release"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared --with-audio=alsa" configure_args="--enable-shared --with-audio=alsa"
makedepends="alsa-lib-devel" makedepends="alsa-lib-devel"
short_desc="A lightweight speech synthesis engine" short_desc="Lightweight speech synthesis engine"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="custom" license="BSD-4-Clause"
homepage="http://www.festvox.org/flite/" homepage="http://www.festvox.org/flite/"
distfiles="http://www.festvox.org/flite/packed/flite-${version}/flite-${version}-release.tar.bz2" distfiles="https://github.com/festvox/flite/archive/v$version.tar.gz"
checksum=c73c3f6a2ea764977d6eaf0a287722d1e2066b4697088c552e342c790f3d2b85 checksum=ab1555fe5adc3f99f1d4a1a0eb1596d329fd6d74f1464a0097c81f53c0cf9e5c
post_install() { post_install() {
vlicense COPYING vlicense COPYING