summaryrefslogtreecommitdiff
blob: f1139427f66444ea32b26d5961a806bb4267c22e (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
27
28
29
30
31
32
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="4"

DESCRIPTION="a collection of Festival functions for speech-dispatcher"
HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"

LICENSE="GPL-2 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=app-accessibility/festival-1.4.3
	media-sound/sox
	virtual/libiconv"
# We depend on virtual/libiconv for the iconv command-line tool.  This
# command should be available in both packages providing the virtual.

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

src_install() {
	dodoc ANNOUNCE NEWS README
	doinfo doc/*.info
	insinto /usr/share/festival
	doins "${S}"/*.scm
}