blob: f5a69b7e8f5596c268ec0f25b71aa3da40db8bbb [file] [log] [blame]
# 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
}