# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="aspell-fr-0.1-3" DESCRIPTION="Aspell French Word List Package" HOMEPAGE="http://aspell.sourceforge.net" LICENSE="GPL" DEPEND="aspell" RDEPEND="${DEPEND}" SLOT="0" SRC_URI="http://aspell.sourceforge.net/${MY_P}.tar.bz2" S=${WORKDIR}/${MY_P} src_compile() { ./configure emake || die } src_install () { make DESTDIR=${D} install || die dodoc README COPYING Copyright }