blob: 0174ae9896218b5b9784a1c9fc78cf0f5d318f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-vi/stardict-hnd-vi-vi-20050917.ebuild,v 1.2 2006/03/19 18:59:40 halcy0n Exp $
FROM_LANG="Vietnamese"
TO_LANG="Vietnamese"
inherit stardict
HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818"
SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietViet30K.zip"
KEYWORDS="~x86"
IUSE=""
S="${WORKDIR}/VietViet"
DEPEND="${DEPEND}
app-arch/unzip"
RDEPEND=">=app-dicts/stardict-2.4.2"
|