21 lines
491 B
Bash
21 lines
491 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
MYSPELL_SPELLING_DICTIONARIES=(
|
|
"mi,NZ,mi_NZ,Maori (New Zealand),mi_NZ.zip"
|
|
)
|
|
|
|
MYSPELL_HYPHENATION_DICTIONARIES=(
|
|
)
|
|
|
|
MYSPELL_THESAURUS_DICTIONARIES=(
|
|
)
|
|
|
|
inherit myspell
|
|
|
|
DESCRIPTION="Maori dictionaries for myspell/hunspell"
|
|
LICENSE="LGPL-2.1"
|
|
HOMEPAGE="http://lingucomponent.openoffice.org/"
|
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
|