# 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.2 2005/08/23 22:26:37 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"
}