Files
guru/dev-libs/hts_engine/hts_engine-1.10.ebuild
Andrew Ammerlaan a208dce5b4 dev-libs/hts_engine: make repoman happy, fix header
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-04-05 12:57:50 +02:00

20 lines
531 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="HMM-based speech synthesis system (HTS) engine and API"
HOMEPAGE="http://hts-engine.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/hts-engine/hts_engine_API-${PV}.tar.gz"
S="${WORKDIR}/hts_engine_API-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="speech-tools"
DEPENDS="speech-tools? ( app-accessibility/speech-tools )"
src_configure() {
econf $(use_enable speech-tools festival)
}