summaryrefslogtreecommitdiff
blob: 83035a7bf71768f375e7a7c056ee5fe8bd01b547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Finnish text indexing tool"
HOMEPAGE="http://joyds1.joensuu.fi/sukija/sukija.html"
SRC_URI="http://joyds1.joensuu.fi/sukija/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-x86" # flex borkage
IUSE=""

DEPEND="=sci-misc/suomi-malaga-0.9*"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ILMOITUS INSTALL LUE.MINUT NEWS README
	dohtml sukija.html
}