# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Dictionary data for the Arab dictionary project duali" HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali" SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="app-text/duali" src_compile() { dict2db --path ./ || die } src_install() { insinto /usr/share/duali doins stemsdb prefixesdb suffixesdb doins tableab tableac tablebc dodoc gpl.txt README }