summaryrefslogtreecommitdiff
blob: b129a9f58a20ddaf7fbb2446723227f308971eed (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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-0.93.ebuild,v 1.4 2005/01/01 12:54:32 eradicator Exp $

DESCRIPTION="Hungarian dictionary for Ispell"
HOMEPAGE="http://www.szofi.hu/gnu/magyarispell"
SRC_URI="http://www.szofi.hu/gnu/magyarispell/magyarispell-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="app-text/ispell"

S="${WORKDIR}/magyarispell-${PV}"

src_compile() {
	emake all || die
}

src_install() {
	dodir /usr/lib/ispell
	dodir /usr/bin
	make DESTDIR=${D} install || die

	dodoc ChangeLog README GYIK
}