summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-09-20 19:00:27 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-09-20 19:00:27 +0000
commit6feaf4269f113f1f9d89a1b02289737ec65cab39 (patch)
tree2afa0ac7293c4ae969264b61cf6651b394c23d22 /app-dicts/ispell-no/ispell-no-2.0.ebuild
parentMarking ~ppc-macos (bug #106613) (diff)
downloadhistorical-6feaf4269f113f1f9d89a1b02289737ec65cab39.tar.gz
historical-6feaf4269f113f1f9d89a1b02289737ec65cab39.tar.bz2
historical-6feaf4269f113f1f9d89a1b02289737ec65cab39.zip
new version
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-dicts/ispell-no/ispell-no-2.0.ebuild')
-rw-r--r--app-dicts/ispell-no/ispell-no-2.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/ispell-no/ispell-no-2.0.ebuild b/app-dicts/ispell-no/ispell-no-2.0.ebuild
new file mode 100644
index 000000000000..4299e435add5
--- /dev/null
+++ b/app-dicts/ispell-no/ispell-no-2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.0.ebuild,v 1.1 2005/09/20 19:00:27 arj Exp $
+
+MY_P="norsk-${PV}"
+S="${WORKDIR}/norsk"
+DESCRIPTION="A Norwegian dictionary for ispell"
+SRC_URI="http://www.uio.no/~runekl/ispell-${MY_P}.tar.gz"
+HOMEPAGE="http://www.stanford.edu/services/pubsw/package/dicts/norsk.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+KEYWORDS="~x86 ~amd64"
+
+DEPEND="app-text/ispell"
+
+src_compile() {
+ make BUILDHASH="/usr/bin/buildhash" all || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins norsk.aff norsk.hash norsk.munch.hash nynorsk.aff nynorsk.hash
+}