summaryrefslogtreecommitdiff
blob: 90e51b32c5466df2004ebdc3b1cef9b4c0eb2100 (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-2011 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.10.ebuild,v 1.1 2011/03/24 21:34:31 cbrannon Exp $

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="~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
}