summaryrefslogtreecommitdiff
blob: ee6c4d7c093e1f6a81df09d30c50366eefad900d (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-2004 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.3 2004/06/24 21:42:51 agriffis 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
}