diff options
Diffstat (limited to 'app-dicts/ispell-et/ispell-et-20030602.ebuild')
-rw-r--r-- | app-dicts/ispell-et/ispell-et-20030602.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/ispell-et/ispell-et-20030602.ebuild b/app-dicts/ispell-et/ispell-et-20030602.ebuild new file mode 100644 index 000000000000..22e1025bb670 --- /dev/null +++ b/app-dicts/ispell-et/ispell-et-20030602.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-et/ispell-et-20030602.ebuild,v 1.1 2005/06/03 11:08:15 arj Exp $ + +DESCRIPTION="Estonian dictionary for ispell" +HOMEPAGE="http://www.meso.ee/~jjpp/speller/" +SRC_URI="http://www.meso.ee/~jjpp/speller/estonian.aff + http://www.meso.ee/~jjpp/speller/estonian.dict" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="app-text/ispell" +RDEPEND="" + +S="${WORKDIR}" + +src_unpack() { + cp ${DISTDIR}/estonian.dict ${S} + cp ${DISTDIR}/estonian.aff ${S} +} + +src_compile() { + buildhash estonian.dict estonian.aff estonian.hash +} + +src_install() { + insinto /usr/lib/ispell + doins estonian.aff estonian.hash +} |