You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
696 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ispell-es-1.10.ebuild,v 1.8 2008/11/01 18:36:58 pva Exp $
inherit multilib
MY_P="espa~nol-"${PV}
DESCRIPTION="A Spanish dictionary for ispell"
SRC_URI="http://www.datsi.fi.upm.es/~coes/${MY_P}.tar.gz"
HOMEPAGE="http://www.datsi.fi.upm.es/~coes/"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
DEPEND="app-text/ispell"
S=${WORKDIR}/${MY_P}
src_compile() {
emake || die
}
src_install () {
insinto /usr/$(get_libdir)/ispell
doins espa~nol.aff espa~nol.hash || die
dodoc LEAME README || die
}