summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild')
-rw-r--r--app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild b/app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild
new file mode 100644
index 000000000000..506d7a4e6b0d
--- /dev/null
+++ b/app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict-fr-vi/vdict-fr-vi-20050224.ebuild,v 1.1 2005/02/24 08:34:51 pclouds Exp $
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="Vdict - Dictionaries files"
+SRC_URI="mirror://sourceforge/xvnkb/fr-vi.src.bz2"
+HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+IUSE=""
+DEPEND="app-dicts/vdict"
+S=${WORKDIR}
+src_compile() {
+ wd2vd -s fr-vi.src -d fr-vi.vdbf -i fr-vi.vdbi -x "French-Vietnamese"
+}
+
+src_install() {
+ insinto /usr/share/dict
+ doins fr-vi.vdbf fr-vi.vdbi
+}
+pkg_postinst() {
+ einfo "Please do search for dictionaries in vdict"
+}