You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/festival-ru/festival-ru-0.5.ebuild

38 lines
812 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PN=msu_ru_nsh_clunits
DESCRIPTION="Russian voices for Festival"
HOMEPAGE="https://sourceforge.net/projects/festlang.berlios/"
SRC_URI="mirror://sourceforge/project/festlang.berlios/${MY_PN}-${PV}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-accessibility/festival-1.96_beta"
DEPEND=""
S=${WORKDIR}
src_install() {
dodoc ${MY_PN}/README
insinto /usr/share/festival/voices/russian
rm ${MY_PN}/{README,COPYING} || die
doins -r ${MY_PN}
}
pkg_postinst() {
elog
elog " To enable russian voices run festval and use command:"
elog " (voice_msu_ru_nsh_clunits)"
elog
elog " Please note that text input should have UTF-8 encoding."
elog
}