diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-29 17:28:52 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-06-29 17:28:52 +0000 |
commit | 88c4a20d1696c34a853113e974a2e899c106cc0a (patch) | |
tree | d006b011511598dc5750d277f0ecc3ba525092f2 /app-emacs/dictionary/dictionary-1.8.7.ebuild | |
parent | dont install versioned jar (diff) | |
download | gentoo-2-88c4a20d1696c34a853113e974a2e899c106cc0a.tar.gz gentoo-2-88c4a20d1696c34a853113e974a2e899c106cc0a.tar.bz2 gentoo-2-88c4a20d1696c34a853113e974a2e899c106cc0a.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs/dictionary/dictionary-1.8.7.ebuild')
-rw-r--r-- | app-emacs/dictionary/dictionary-1.8.7.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/dictionary/dictionary-1.8.7.ebuild b/app-emacs/dictionary/dictionary-1.8.7.ebuild new file mode 100644 index 000000000000..d7c3381fe011 --- /dev/null +++ b/app-emacs/dictionary/dictionary-1.8.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.7.ebuild,v 1.1 2005/06/29 17:28:52 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="Emacs package for talking to a dictionary server" +HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html" +SRC_URI="http://www.myrkr.in-berlin.de/dictionary/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~amd64" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + make EMACS=emacs || die +} + +src_install() { + elisp_src_install + dodoc README +} |