summaryrefslogtreecommitdiff
blob: 86acf3aee8666d7907048656616ea8476d5cd502 (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-2004 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.6 2004/06/24 22:33:50 agriffis 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
}