summaryrefslogtreecommitdiff
blob: c378e0dab319a9218914f691d5973f652da63133 (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
29
30
31
32
33
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Finnish wordform patterns for malaga"
HOMEPAGE="http://joyds1.joensuu.fi/sukija/sukija.html"
SRC_URI="mirror://sourceforge/voikko/${P}.tar.gz"

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

DEPEND=">=sci-misc/malaga-7.8
	doc? ( dev-tex/hevea )
	sys-apps/grep
	sys-apps/sed
	!app-text/sukija"
RDEPEND="sci-misc/malaga
	!app-text/sukija"

src_compile() {
	einfo "Making only voikko, sukija is not available for gentoo in ${PV}"
	emake voikko || die "emake failed"
}


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