aboutsummaryrefslogtreecommitdiff
blob: 0cebc72c3da1a0c7f9848a8c800d40d6adfe7270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="The slave client used by the AutotuA devhelp system"
HOMEPAGE="http://soc.gentooexperimental.org/projects/show/autotua"
SRC_URI="http://dev.gentooexperimental.org/~bheekling/files/autotua/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-misc/connect"
DEPEND="${RDEPEND}
		>=dev-lang/python-2.5"

pkg_preinst() {
	fperms +x "$(python_get_sitedir)/autotua/bin/jobuild.sh"
}