|
|
# Copyright 1999-2007 Gentoo Foundation | # Copyright 1999-2007 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-el/speechd-el-1.0.ebuild,v 1.2 2007/01/23 15:11:29 genone Exp $ |
# $Header: $ |
| |
inherit elisp-common |
inherit elisp |
| |
DESCRIPTION="emacs speech support" |
DESCRIPTION="Emacs speech support" |
HOMEPAGE="http://www.freebsoft.org/speechd-el" | HOMEPAGE="http://www.freebsoft.org/speechd-el" |
SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz" | SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz" |
| |
|
|
>=app-accessibility/speech-dispatcher-0.5" | >=app-accessibility/speech-dispatcher-0.5" |
| |
src_compile() { | src_compile() { |
einfo "Nothing to compile." |
einfo "Nothing to compile" |
} | } |
| |
src_install() { | src_install() { |
insinto /usr/share/emacs/site-lisp/speechd-el |
elisp-install ${PN} *.el |
doins *.el |
|
exeinto /usr/bin | exeinto /usr/bin |
doexe speechd-log-extractor | doexe speechd-log-extractor |
dodoc ANNOUNCE ChangeLog EMACSPEAK* NEWS README speechd-speak.pdf | dodoc ANNOUNCE ChangeLog EMACSPEAK* NEWS README speechd-speak.pdf |