summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlammie Pirinen <flammie@gentoo.org>2011-05-09 21:10:05 +0000
committerFlammie Pirinen <flammie@gentoo.org>2011-05-09 21:10:05 +0000
commit5f79c3f234c44c9e6b7f53f034243e3d11ef8d90 (patch)
tree2a868b5fd38c67040c1c78a793700a92cb4db9ab /trunk/app-text/hfst-ospell/hfst-ospell-0.1.1.ebuild
parentVersion bump. New ebuild by forums user Meklu (diff)
downloadfinnish-master.tar.gz
finnish-master.tar.bz2
finnish-master.zip
New ebuild for Finnish spell-checkingHEADmaster
(Portage version: 2.1.9.42/svn/Linux i686) svn path=/; revision=70
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"
+}