20 lines
353 B
Bash
20 lines
353 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
FROM_LANG="Vietnamese"
|
|
TO_LANG="English"
|
|
|
|
inherit stardict
|
|
|
|
HOMEPAGE="https://sourceforge.net/projects/ovdp/"
|
|
SRC_URI="mirror://gentoo/VietAnh23K.zip"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
|
|
S=${WORKDIR}/VietAnh
|