summaryrefslogtreecommitdiff
blob: 88d681f2721a81c4591631e5249caaf8f523f2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

FESTVER=1.95

MY_PN="${PN/festvox_/}"
S=${WORKDIR}
DESCRIPTION="Festvox Multisyn Voice: Scottish English male speaker (AWB)"
SRC_URI="http://www.cstr.ed.ac.uk/downloads/festival/${FESTVER}/${P}.tar.gz"
HOMEPAGE="http://www.cstr.ed.ac.uk/projects/festival"

IUSE=""
SLOT="0"
KEYWORDS="~x86"
LICENSE="FESTIVAL as-is"

DEPEND=">=app-accessibility/festival-1.95_beta"

src_install() {
	FESTLIB=${WORKDIR}/festival/lib/voices-multisyn/english
	DESTLIB=/usr/$(get_libdir)/festival/voices-multisyn/english

	dodir ${DESTLIB}
	cp -rf ${FESTLIB}/${MY_PN} ${D}/${DESTLIB} || die
}