# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-it/ispell-it-2001.ebuild,v 1.11 2005/02/21 21:14:40 blubb Exp $ DESCRIPTION="Loris Palmerini - Italian dictionary for ispell" HOMEPAGE="http://members.xoom.virgilio.it/trasforma/ispell/" SRC_URI="http://members.xoom.virgilio.it/trasforma/ispell/${PN}${PV}.tgz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="ppc x86 sparc alpha mips hppa amd64" DEPEND="app-text/ispell" S=${WORKDIR}/${PN} src_compile() { make || die } src_install () { insinto /usr/lib/ispell doins italian.hash italian.aff dodoc collab.txt AUTHORS CAMBI CHANGES DA-FARE.txt FUSIONE.txt }