Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305561
Collapse All | Expand All

(-)perlbox-voice-0.09-r1.ebuild.orig (-6 / +3 lines)
Lines 1-17 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/perlbox-voice-0.09-r1.ebuild,v 1.5 2009/04/01 18:42:21 williamh Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/perlbox-voice/perlbox-voice-0.09-r1.ebuild,v 1.5 2009/04/01 18:42:21 williamh Exp $
4
4
5
IUSE=""
6
7
DESCRIPTION="A voice enabled application to bring your desktop under your command."
5
DESCRIPTION="A voice enabled application to bring your desktop under your command."
8
9
HOMEPAGE="http://perlbox.org/"
6
HOMEPAGE="http://perlbox.org/"
10
SRC_URI="mirror://sourceforge/perlbox/${P}.noarch.tgz"
7
SRC_URI="mirror://sourceforge/perlbox/${P}.noarch.tgz"
11
8
12
LICENSE="GPL-2"
9
LICENSE="GPL-2"
13
SLOT="0"
10
SLOT="0"
14
KEYWORDS="amd64 x86"
11
KEYWORDS="amd64 x86"
12
IUSE=""
15
13
16
RDEPEND="dev-lang/perl
14
RDEPEND="dev-lang/perl
17
	dev-perl/perl-tk
15
	dev-perl/perl-tk
Lines 19-28 Link Here
19
	app-accessibility/festival
17
	app-accessibility/festival
20
	app-arch/tar
18
	app-arch/tar
21
	app-accessibility/mbrola"
19
	app-accessibility/mbrola"
22
23
DEPEND=""
20
DEPEND=""
24
21
25
src_install() {
22
src_install() {
26
	tar xvf perlbox-voice.ss -C "${D}"
23
	tar xvf perlbox-voice.ss -C "${D}"
27
	dodoc README
24
	dodoc ${PN}.readme || die
28
}
25
}

Return to bug 305561