15 lines
289 B
Bash
15 lines
289 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="Turkish"
|
|
DICT_PREFIX="freedict-"
|
|
|
|
inherit stardict
|
|
|
|
HOMEPAGE="http://download.huzheng.org/freedict.de/"
|
|
|
|
KEYWORDS="amd64 ppc sparc x86"
|
|
IUSE=""
|