# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A speech server for emacspeek and other screen readers that allows them to interact with festival lite." HOMEPAGE="http://eflite.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc >=sys-devel/autoconf-2.58 >=sys-devel/automake-1.7.7 >=app-accessibility/flite-1.0" src_compile() { econf flite_include_dir='/usr/include/flite' flite_dir='/usr' || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc COPYING ChangeLog INSTALL README eflite_test.txt }