# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.5.0.ebuild,v 1.1 2007/01/06 05:50:28 matsuu Exp $ DESCRIPTION="Japanese input method Tomoe for UIM" HOMEPAGE="http://tomoe.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/tomoe/23342/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=app-i18n/tomoe-0.4.0 >=app-i18n/libtomoe-gtk-0.4.0 >=app-i18n/uim-1.4.1" DEPEND="${DEPEND} dev-util/pkgconfig" RESTRICT="test" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog }