# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby IUSE="emacs" DESCRIPTION="PRIME -- Japanese PRedictive Input Method Editor" HOMEPAGE="http://prime.sourceforge.jp/" SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" SLOT="0" S="${WORKDIR}/${P}" DEPEND="${DEPEND} app-dicts/prime-dict dev-ruby/sary-ruby dev-ruby/suikyo emacs? ( app-emacs/prime-el )" EXTRA_ECONF="--with-prime-docdir=/usr/share/doc/${PF}/html" src_install() { einstall || die make DESTDIR=${D} install-etc || die erubydoc || die }