# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 MYSPELL_DICT=( "fy_NL.aff" "fy_NL.dic" ) MYSPELL_HYPH=( ) MYSPELL_THES=( ) inherit myspell-r2 DESCRIPTION="Frisian dictionaries for myspell/hunspell" HOMEPAGE="http://www.mozilla-nl.org/fy/projecten/frysk" SRC_URI="https://addons.mozilla.org/firefox/downloads/file/227548/frysk_wurdboek-2.1.1-fn+sm+fx+an+tb.xpi" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="app-arch/unzip" src_unpack() { unzip -qq "${DISTDIR}"/${A} } src_prepare() { mv dictionaries/* . || die # This is more correct: rename fy fy_NL * }