summaryrefslogtreecommitdiff
blob: 8cf63a9a8b9ea440683974a3e6093509d61cfe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict-vi-en/vdict-vi-en-20050224.ebuild,v 1.3 2007/01/25 04:58:49 genone Exp $

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DESCRIPTION="Vdict - Dictionaries files"
SRC_URI="mirror://sourceforge/xvnkb/vi-en.src.bz2"
HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
IUSE=""
DEPEND="app-dicts/vdict"
S=${WORKDIR}
src_compile() {
	wd2vd -s vi-en.src -d vi-en.vdbf -i vi-en.vdbi -x "Vietnamese-English"
}

src_install() {
	insinto /usr/share/dict
	doins vi-en.vdbf vi-en.vdbi
}
pkg_postinst() {
	elog "Please do search for dictionaries in vdict"
}