summaryrefslogtreecommitdiff
blob: 4299e435add5a28e3891b5bc99e86b7966a2a39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
}