# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Irish dictionary for ispell" HOMEPAGE="http://165.134.12.12/ispell/" SRC_URI="http://165.134.12.12/ispell/ispell-ga-3.3.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="" DEPEND="app-text/ispell" S=${WORKDIR}/${P} src_compile() { emake || die } src_install () { insinto /usr/lib/ispell doins gaeilge.hash gaeilge.aff }