# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Attila Kesmarki # $Header:$ S="${WORKDIR}/magyarispell-${PV}" DESCRIPTION="Hungarian dictionary for Ispell" SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz" HOMEPAGE="http://www.szofi.hu/gnu/magyarispell" SLOT="0" LICENSE="GPL-2" DEPEND="app-text/ispell" KEYWORDS="x86 ppc sparc alpha hppa mips" src_compile() { emake || die #make || die } src_install () { insinto /usr/lib/ispell insinto /usr/bin make DESTDIR=${D} install || die dodoc ChangeLog COPYING README GYIK }