blob: f6bd74706b11b8a3a30fba408298e85c4ff4f96e (
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
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="A voice enabled application to bring your desktop under your command"
HOMEPAGE="http://perlbox.sourceforge.net/"
SRC_URI="mirror://sourceforge/perlbox/${P}.noarch.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="dev-lang/perl
dev-perl/Tk
app-accessibility/sphinx2
app-accessibility/festival
app-accessibility/mbrola"
src_install() {
tar xvf perlbox-voice.ss -C "${D}" || die "tar failed"
dodoc ${PN}.readme
}
|