Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67252
Collapse All | Expand All

(-)/usr/portage/app-text/duali/duali-0.1.1.ebuild (-6 / +9 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-text/duali/duali-0.1.1.ebuild,v 1.10 2005/04/24 10:49:27 hansmi Exp $
3
# $Header: $
4
5
inherit distutils
4
6
5
IUSE=""
7
IUSE=""
6
8
7
DESCRIPTION="Arabic dictionary based on the DICT protocol"
9
DESCRIPTION="Arabic dictionary based on the DICT protocol"
8
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
10
HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
9
SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2"
10
12
11
SLOT="0"
13
SLOT="0"
12
LICENSE="as-is"
14
LICENSE="as-is"
Lines 21-33 Link Here
21
23
22
src_install() {
24
src_install() {
23
	into /usr
25
	into /usr
24
	dobin duali dict2db trans2arabic
26
	dobin duali dict2db trans2arabic arabic2trans
25
	insinto /etc
27
	insinto /etc
26
	doins duali.conf
28
	doins duali.conf
27
	doman doc/man/*
29
	doman doc/man/*
28
30
29
	insinto /usr/lib/python2.2/site-packages/pyduali
31
	distutils_python_version
32
	insinto /usr/lib/python${PYVER}/site-packages/pyduali
30
	doins pyduali/*.py
33
	doins pyduali/*.py
31
34
32
	dodoc README CHANGELOG INSTALL MANIFEST
35
	dodoc README ChangeLog INSTALL MANIFEST
33
}
36
}

Return to bug 67252