blob: 60a5c8dd66d5abcbf64841c6004929dd4f0278cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
FROM_LANG="Russian"
TO_LANG="Vietnamese"
inherit stardict
HOMEPAGE="https://sourceforge.net/projects/ovdp/"
SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/NgaViet38K.zip"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
S=${WORKDIR}/NgaViet
|