blob: 7416bdcf74bfd2e7b22f9ea8cb3893cf0cb9a825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-fr-vi/stardict-hnd-fr-vi-20050917.ebuild,v 1.1 2005/12/03 11:38:44 pclouds Exp $
FROM_LANG="French"
TO_LANG="Vietnamese"
inherit stardict
HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818"
SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/PhapViet47K.zip"
KEYWORDS="~x86"
IUSE=""
S="${WORKDIR}/PhapViet"
RDEPEND=">=app-dicts/stardict-2.4.2"
|