# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Finnish wordform patterns for malaga" HOMEPAGE="http://joyds1.joensuu.fi/sukija/sukija.html" SRC_URI="http://www.hunspell-fi.org/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" DEPEND="sci-misc/malaga doc? ( dev-tex/hevea ) sys-apps/grep sys-apps/sed" RDEPEND="sci-misc/malaga" src_compile() { emake || die "emake failed" } src_install() { dodir /usr/lib/suomi-malaga insinto /usr/lib/suomi-malaga doins suomi.pro suomi.all_l suomi.lex_l suomi.mor_l suomi.sym_l dodoc ChangeLog LUE.MINUT README }