# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Arabic dictionary based on the DICT protocol" HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali" SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2" SLOT="0" LICENSE="as-is" KEYWORDS="~x86" DEPEND="dev-lang/python" PDEPEND="app-dicts/duali-data" src_compile() { einfo "just scripts, nothing to compile" } src_install() { into /usr dobin duali dict2db trans2arabic arabic2trans insinto /etc doins duali.conf doman doc/man/* insinto /usr/lib/python2.3/site-packages/pyduali doins pyduali/*.py dodoc README ChangeLog INSTALL MANIFEST }