15 lines
300 B
Bash
15 lines
300 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
FROM_LANG="English"
|
|
TO_LANG="Latin"
|
|
DICT_PREFIX="dictd_www.freedict.de_"
|
|
|
|
inherit stardict
|
|
|
|
HOMEPAGE="http://download.huzheng.org/freedict.de/"
|
|
|
|
KEYWORDS="amd64 ppc sparc x86"
|
|
IUSE=""
|