summaryrefslogtreecommitdiff
blob: 15a69b02ee9d2609081a79a394e331e4b41a2f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/sumibi/sumibi-0.5.2.ebuild,v 1.2 2007/07/03 09:19:46 opfer Exp $

inherit elisp

DESCRIPTION="Statistical Japanese input method using the Internet as a large corpus"
HOMEPAGE="http://www.sumibi.org/"
SRC_URI="mirror://sourceforge.jp/sumibi/17176/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
DEPEND=""
IUSE=""
SITEFILE=50${PN}-gentoo.el
DOCS="README CREDITS CHANGELOG"

src_compile() {
	cd client/elisp
	elisp-comp *.el || die "elisp-comp failed"
	mv *.el* ..
}