diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-08-12 02:16:23 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-08-12 02:16:23 +0000 |
commit | c384f74892723b4dfb237b8a31f858433c6516aa (patch) | |
tree | ccadd071b5f26ba51a2b397b53dd7dc85d5873e9 /app-i18n/tomoe/tomoe-0.2.1.ebuild | |
parent | Add two-stage bootstap support. (diff) | |
download | gentoo-2-c384f74892723b4dfb237b8a31f858433c6516aa.tar.gz gentoo-2-c384f74892723b4dfb237b8a31f858433c6516aa.tar.bz2 gentoo-2-c384f74892723b4dfb237b8a31f858433c6516aa.zip |
Initial ebuild submitted by Olof <olofshopping@hotmail.com>. bug 140117.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-i18n/tomoe/tomoe-0.2.1.ebuild')
-rw-r--r-- | app-i18n/tomoe/tomoe-0.2.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-i18n/tomoe/tomoe-0.2.1.ebuild b/app-i18n/tomoe/tomoe-0.2.1.ebuild new file mode 100644 index 000000000000..e6f4df7bcdfb --- /dev/null +++ b/app-i18n/tomoe/tomoe-0.2.1.ebuild @@ -0,0 +1,18 @@ +# 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.2.1.ebuild,v 1.1 2006/08/12 02:16:23 matsuu Exp $ + +DESCRIPTION="Japanese handwriting recognition engine" +HOMEPAGE="http://tomoe.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/tomoe/16048/${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 +} |