# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.ebuild,v 1.1 2006/01/28 23:41:19 williamh Exp $

DESCRIPTION="Czech diphone-based voice from Free(b)soft"
HOMEPAGE="http://www.freebsoft.org/festival-czech-diphone-database"
SRC_URI="http://www.freebsoft.org/pub/projects/festival-czech-diphone-database/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

# In the future, the voice might support other TTS systems as well.
DEPEND=">=app-accessibility/festival-1.4.3"

src_compile(){
	einfo "Nothing to compile."
}

src_install() {
	dodoc INSTALL README README.cs
	insinto /usr/share/festival/voices/czech/czech_ph/festvox
	doins ${S}/festvox/*.scm
	insinto /usr/share/festival/voices/czech/czech_ph/group
	doins ${S}/group/*.group
}
