summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ispell-fi/ispell-fi-20000903.ebuild')
-rw-r--r--app-dicts/ispell-fi/ispell-fi-20000903.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
new file mode 100644
index 000000000000..a7c1ac957607
--- /dev/null
+++ b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2003 Gentoo Technologies, Imc.
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.1 2003/06/13 12:54:28 seemant Exp $
+
+S="${WORKDIR}"
+DESCRIPTION="Finnish dictionary for ispell"
+SRC_URI="http://ispell-fi.sourceforge.net/finnish.dict.bz2 http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2"
+HOMEPAGE="http://ispell-fi.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="app-text/ispell
+ sys-apps/bzip2"
+
+RDEPEND="app-text/ispell"
+
+
+src_compile() {
+ buildhash finnish.dict finnish.medium.aff finnish.hash
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins finnish.medium.aff finnish.hash
+}