# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 FROM_LANG="Esperanto" TO_LANG="Russian" DICT_PREFIX="esperanto-" DICT_SUFFIX="ru" inherit stardict DESCRIPTION="The revised by Juriy Finkel version of dictonary of J.Bokarjev." HOMEPAGE="https://code.google.com/p/erv/" SRC_URI="https://erv.googlecode.com/files/wedict-esperanto-bokarev.zip" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { cd wedict stardict_src_install doins *.dict }