summaryrefslogtreecommitdiff
blob: 25a24a50f7d82580cafcdc1c44c216750d469904 (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-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-3.0.1.ebuild,v 1.1 2009/02/22 18:27:48 jsbronder Exp $

inherit distutils

MY_P=${PN/-/_}-${PV}
DESCRIPTION="Python bindings to the PBS C API"
HOMEPAGE="https://subtrac.sara.nl/oss/pbs_python/"
SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${MY_P}.tar.gz"
LICENSE="openpbs as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="sys-cluster/torque"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}

src_compile() {
	econf || die
	distutils_src_compile
}