summaryrefslogtreecommitdiff
blob: a8e5ae5175f6f286bc63919cb14d09f642ebc864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/duali/duali-0.1.1.ebuild,v 1.12 2007/01/29 03:29:15 antarus Exp $

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.gz"

SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 amd64 ia64 ppc ~sparc alpha ~hppa ~mips"

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
	insinto /etc
	doins duali.conf
	doman doc/man/*

	insinto /usr/lib/python2.2/site-packages/pyduali
	doins pyduali/*.py

	dodoc README CHANGELOG INSTALL MANIFEST
}