| 1 |
# Copyright 1999-2009 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0-r1.ebuild,v 1.6 2009/04/22 21:05:00 maekke Exp $ |
| 4 |
|
| 5 |
inherit elisp |
| 6 |
|
| 7 |
DESCRIPTION="M Emacs Lisp Library" |
| 8 |
HOMEPAGE="http://taiyaki.org/elisp/mell/" |
| 9 |
SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="alpha amd64 ppc ppc64 x86" |
| 14 |
IUSE="linguas_ja" |
| 15 |
|
| 16 |
SITEFILE="50${PN}-gentoo.el" |
| 17 |
|
| 18 |
src_compile() { |
| 19 |
cd src |
| 20 |
elisp_src_compile |
| 21 |
} |
| 22 |
|
| 23 |
src_install() { |
| 24 |
cd src |
| 25 |
elisp_src_install |
| 26 |
cd .. |
| 27 |
dodoc README AUTHORS ChangeLog || die |
| 28 |
|
| 29 |
if use linguas_ja; then |
| 30 |
dohtml doc/index.html || die |
| 31 |
fi |
| 32 |
} |