summaryrefslogtreecommitdiff
blob: f5a69b7e8f5596c268ec0f25b71aa3da40db8bbb (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup-utils/speakup-utils-1.0.ebuild,v 1.4 2009/10/17 21:58:51 halcy0n Exp $

inherit eutils

DESCRIPTION="utilities to change speech parameters in speakup"
HOMEPAGE="http://www.linux-speakup.org"
SRC_URI="ftp://linux-speakup.org/pub/linux/goodies/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND=">=sys-libs/ncurses-5.4"
RDEPEND="${DEPEND}"

src_compile() {
	make || die"Compile Failed"
}

src_install() {
	dobin speakupcfg speakupctl
	dodoc Changelog README
}