diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 16:43:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 16:43:51 +0000 |
commit | 9ad3c40d6f92007d5d812740eb87dd3a77037971 (patch) | |
tree | 5f586844b7bc368d6cd740a053685cc46af71f91 /app-i18n | |
parent | aspell-nl has to be difficult, don't they? (diff) | |
download | historical-9ad3c40d6f92007d5d812740eb87dd3a77037971.tar.gz historical-9ad3c40d6f92007d5d812740eb87dd3a77037971.tar.bz2 historical-9ad3c40d6f92007d5d812740eb87dd3a77037971.zip |
new dutch dictionary
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/aspell-nl/ChangeLog | 11 | ||||
-rw-r--r-- | app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild | 30 | ||||
-rw-r--r-- | app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 | 1 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-i18n/aspell-nl/ChangeLog b/app-i18n/aspell-nl/ChangeLog new file mode 100644 index 000000000000..601aba88c999 --- /dev/null +++ b/app-i18n/aspell-nl/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-i18n/aspell-nl +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-nl/ChangeLog,v 1.1 2002/07/12 16:43:51 seemant Exp $ + +*aspell-nl-0.0.3 (12 Jul 2002) + + 12 Jul 2002; Seemant Kulleen <seemant@gentoo.org> aspell-nl-0.0.3.ebuild + ChangeLog files/digest-aspell-nl-0.0.3 : + + New Dutch language dictionary submitted by: serge.robyns@advalvas.be + (Serge Robyns) in bug #2058. diff --git a/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild b/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild new file mode 100644 index 000000000000..c386122f36b3 --- /dev/null +++ b/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-nl/aspell-nl-0.0.3.ebuild,v 1.1 2002/07/12 16:43:51 seemant Exp $ + +MY_P=${PN}-${PV/.3/-3} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Dutch dictionary for aspell" +HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/nl-aspell/index.html" +SRC_URI="http://aspell.sourceforge.net/${MY_P}.tar.bz2" + +DEPEND="app-text/aspell" +RDEPEND="app-text/aspell" + +LICENSE="aspell-nl" +SLOT="0" +KEYWORDS="x86" + +src_compile() { + ./configure || die + emake || die +} + +src_install() { + make \ + DESTDIR=${D} \ + install || die + + dodoc Copyright README doc/nl-spelling.txt + dohtml doc/index.html +} diff --git a/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 b/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 new file mode 100644 index 000000000000..df149938d4ce --- /dev/null +++ b/app-i18n/aspell-nl/files/digest-aspell-nl-0.0.3 @@ -0,0 +1 @@ +MD5 67f56fc57c6ea3794a66e4df3650d6f3 aspell-nl-0.0-3.tar.bz2 428532 |