# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Japanese input method Tomoe IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMTomoe" SRC_URI="mirror://sourceforge.jp/scim-imengine/17173/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) >=app-i18n/tomoe-0.2.1 >=app-i18n/libtomoe-gtk-0.1.0" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS README }