# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.2.0.20100313.ebuild,v 1.1 2010/03/13 07:11:38 matsuu Exp $ EAPI=2 inherit eutils python DESCRIPTION="hand write recognition/input using ibus IM engine" HOMEPAGE="http://code.google.com/p/ibus-handwrite/" SRC_URI="http://ibus-handwrite.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" RDEPEND=">=app-i18n/ibus-1.2.0.20090904 app-i18n/zinnia" DEPEND="${RDEPEND}" src_configure() { econf $(use_enable nls) || die } src_compile() { emake || die } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README }