blob: a7c1ac95760729ee06342b602b0705ad36c6f4ca (
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
|
# Copyright 2003 Gentoo Technologies, Imc.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-fi/ispell-fi-20000903.ebuild,v 1.1 2003/06/13 12:54:28 seemant Exp $
S="${WORKDIR}"
DESCRIPTION="Finnish dictionary for ispell"
SRC_URI="http://ispell-fi.sourceforge.net/finnish.dict.bz2 http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2"
HOMEPAGE="http://ispell-fi.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
DEPEND="app-text/ispell
sys-apps/bzip2"
RDEPEND="app-text/ispell"
src_compile() {
buildhash finnish.dict finnish.medium.aff finnish.hash
}
src_install () {
insinto /usr/lib/ispell
doins finnish.medium.aff finnish.hash
}
|