summaryrefslogtreecommitdiff
blob: 26e2895a17543cf52fb4cc46e5e2e36fc51aa0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.2 2008/10/25 18:05:30 nixnut Exp $

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/lib/ispell
	doins espa~nol.aff espa~nol.hash || die
	fperms 444 /usr/lib/ispell/espa~nol.{aff,hash}
	dodoc LEAME README || die
}