You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-accessibility/speechd-el/speechd-el-1.0.ebuild

36 lines
926 B

# Copyright 1999-2009 Gentoo Foundation
# 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.4 2009/10/17 22:01:46 halcy0n Exp $
inherit elisp
DESCRIPTION="Emacs speech support"
HOMEPAGE="http://www.freebsoft.org/speechd-el"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=">=app-emacs/elib-1.0
>=app-accessibility/speech-dispatcher-0.5"
RDEPEND="${DEPEND}"
src_compile() {
einfo "Nothing to compile"
}
src_install() {
elisp-install ${PN} *.el
exeinto /usr/bin
doexe speechd-log-extractor
dodoc ANNOUNCE ChangeLog EMACSPEAK* NEWS README speechd-speak.pdf
doinfo speechd-el.info
}
pkg_postinst() {
elog "Execute the following command from within emacs to get it to speak:"
elog " M-x load-library RET speechd-speak RET"
}