19 lines
528 B
Bash
19 lines
528 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict-hnd-vi-fr/stardict-hnd-vi-fr-20050917.ebuild,v 1.4 2009/01/23 13:26:13 pva Exp $
|
|
|
|
FROM_LANG="Vietnamese"
|
|
TO_LANG="French"
|
|
|
|
inherit stardict
|
|
|
|
HOMEPAGE="http://forum.vnoss.org/viewtopic.php?id=1818"
|
|
SRC_URI="http://james.dyndns.ws/pub/Dictionary/StarDict-James/VietPhap38K.zip"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-arch/unzip"
|
|
RDEPEND=""
|
|
|
|
S=${WORKDIR}/VietPhap
|