# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DICT_PREFIX="dictd_www.mova.org_" DICT_SUFFIX="sinyagin_general_er" inherit stardict RDEPEND=">=app-dicts/stardict-${PV}" src_compile() { cd ${S} gzip *.idx } stardict_src_install() { insinto /usr/share/stardict/dic doins *.dict.dz doins *.idx.gz doins *.ifo }