1 |
# Copyright 1999-2004 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-0.8.3.1.ebuild,v 1.3 2004/06/30 03:30:18 agriffis Exp $ |
4 |
|
5 |
inherit ruby |
6 |
|
7 |
IUSE="" |
8 |
|
9 |
DESCRIPTION="PRIME -- Japanese PRedictive Input Method Editor" |
10 |
HOMEPAGE="http://taiyaki.org/prime/" |
11 |
SRC_URI="http://prime.sourceforge.jp/src/${P/_/-}.tar.gz" |
12 |
|
13 |
LICENSE="GPL-2" |
14 |
KEYWORDS="x86 alpha ppc" |
15 |
SLOT="0" |
16 |
|
17 |
DEPEND="virtual/ruby |
18 |
app-dicts/prime-dict |
19 |
>=dev-libs/suikyo-1.3.0 |
20 |
dev-ruby/ruby-progressbar |
21 |
dev-ruby/sary-ruby" |
22 |
PDEPEND="emacs? ( app-emacs/prime-el )" |
23 |
|
24 |
EXTRA_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html |
25 |
--with-rubydir=/usr/lib/ruby/site_ruby" |
26 |
|
27 |
S="${WORKDIR}/${P/_/-}" |
28 |
|
29 |
src_install() { |
30 |
|
31 |
einstall || die |
32 |
make DESTDIR=${D} install-etc || die |
33 |
|
34 |
erubydoc |
35 |
|
36 |
} |