# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.3.0.ebuild,v 1.1 2006/11/04 06:37:47 matsuu Exp $ DESCRIPTION="Japanese handwriting recognition engine" HOMEPAGE="http://tomoe.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/tomoe/22451/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog }