diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-06 06:49:25 +0000 |
commit | 53cd1e467c9f85c98215c7721403e7ef9e2c5624 (patch) | |
tree | 9da2a555a640aa8e26ff2726fe323a3cef6117c4 /app-dicts/ispell-fi | |
parent | Bugfix for 24984 (diff) | |
download | gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.gz gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.tar.bz2 gentoo-2-53cd1e467c9f85c98215c7721403e7ef9e2c5624.zip |
cleanup
Diffstat (limited to 'app-dicts/ispell-fi')
-rw-r--r-- | app-dicts/ispell-fi/ispell-fi-20000903.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild index c2956d5d8fa4..959c8c6eb8d6 100644 --- a/app-dicts/ispell-fi/ispell-fi-20000903.ebuild +++ b/app-dicts/ispell-fi/ispell-fi-20000903.ebuild @@ -1,27 +1,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.2 2003/07/16 15:27:55 pvdabeel Exp $ +# 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.3 2003/08/06 06:49:25 vapier 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/" +SRC_URI="http://ispell-fi.sourceforge.net/finnish.dict.bz2 + http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ppc ~sparc ~alpha ~hppa ~mips ~arm" DEPEND="app-text/ispell sys-apps/bzip2" - RDEPEND="app-text/ispell" +S="${WORKDIR}" src_compile() { buildhash finnish.dict finnish.medium.aff finnish.hash } -src_install () { +src_install() { insinto /usr/lib/ispell doins finnish.medium.aff finnish.hash } |