summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild')
-rw-r--r--trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild b/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild
new file mode 100644
index 0000000..5fa0a23
--- /dev/null
+++ b/trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Tiny spell-checker library and tools based on FST technology"
+HOMEPAGE="http://hfst.sourceforge.net/"
+SRC_URI="mirror://sourceforge/hfst/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install()
+{
+ emake DESTDIR="${D}" install || die "install failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "docs missing"
+}