summaryrefslogtreecommitdiff
blob: 7ee170f2fc940f71f0c38cc203232533715d5241 (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
26
27
28
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Finnish wordform patterns for malaga"
HOMEPAGE="http://voikko.sf.net/"
SRC_URI="mirror://sourceforge/voikko/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND=">=sci-misc/malaga-7.8
	sys-apps/grep
	sys-apps/sed"
RDEPEND="sci-misc/malaga"

src_compile() {
	emake voikko || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}"/usr/lib/voikko/ voikko-install || die "install failed"
	dodoc ChangeLog README.fi README CONTRIBUTORS || die "docs missing"
}