summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-22 10:52:46 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-02-22 10:52:46 +0000
commitc2eca63ca869019696cb967bc7920ef96b3e4908 (patch)
tree6784564dfc415bc2a542e4676069ae3c137394a9 /app-dicts/vdict/vdict-1.94.ebuild
parentVersion bump for bug 82876; updated pcre patch and added a patch to fix amap'... (diff)
downloadgentoo-2-c2eca63ca869019696cb967bc7920ef96b3e4908.tar.gz
gentoo-2-c2eca63ca869019696cb967bc7920ef96b3e4908.tar.bz2
gentoo-2-c2eca63ca869019696cb967bc7920ef96b3e4908.zip
New ebuild, submitted by Luu Danh Hieu <ipridian@spymac.com> #82551
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-dicts/vdict/vdict-1.94.ebuild')
-rw-r--r--app-dicts/vdict/vdict-1.94.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/vdict/vdict-1.94.ebuild b/app-dicts/vdict/vdict-1.94.ebuild
new file mode 100644
index 000000000000..3102f0979683
--- /dev/null
+++ b/app-dicts/vdict/vdict-1.94.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict/vdict-1.94.ebuild,v 1.1 2005/02/22 10:52:46 pclouds Exp $
+
+inherit eutils
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+DESCRIPTION="Vdict - Vietnamese Dictionary"
+SRC_URI="mirror://sourceforge/xvnkb/${P}.tar.bz2"
+HOMEPAGE="http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+IUSE=""
+DEPEND="x11-libs/qt
+ sys-libs/gdbm
+ media-libs/freetype"
+
+src_install() {
+ dobin fd/fd vd/vd utils/wd2vd
+}
+
+pkg_postinst() {
+ einfo "Please go to"
+ einfo "http://sourceforge.net/project/showfiles.php?group_id=70446&release_id=193898"
+ einfo "to download the databases and follow the instructions on"
+ einfo "http://xvnkb.sourceforge.net/?menu=vdict&lang=en"
+ einfo "to setup the databases in your prefered directory"
+}