# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.1 2002/07/11 11:19:51 seemant Exp $ S=${WORKDIR}/${PN} DESCRIPTION="The Czech dictionary for ispell" SRC_URI="ftp://ftp.vslib.cz/pub/unix/ispell/${P}.tar.gz" HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/" SLOT="0" LICENSE="GPL" KEYWORDS="x86" DEPEND="sys-devel/perl app-text/ispell" src_compile() { try make all } src_install () { pwd insinto /usr/lib/ispell doins czech.aff czech.hash dodoc README }