summaryrefslogtreecommitdiff
blob: ce41ac3c6d628c000e4dea4721af3d61be6f4f4e (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild,v 1.6 2009/02/25 13:16:34 josejx Exp $

inherit rpm multilib

DESCRIPTION="The Slovenian dictionary for ispell"
HOMEPAGE="http://nl.ijs.si/GNUsl/download/ispell/"
SRC_URI="http://nl.ijs.si/GNUsl/download/ispell/ispell-sl-0.5-3.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE=""

DEPEND="app-text/ispell"

S=${WORKDIR}

src_compile() {
	buildhash mte-sl.munched slovensko.aff slovensko.hash || die "Failed to create hash file"
}

src_install() {
	insinto /usr/$(get_libdir)/ispell
	doins slovensko.{aff,hash} || die
	dodoc README
}