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