summaryrefslogtreecommitdiff
blob: c76039da734858668fa5939ac6bac826a213a890 (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: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild,v 1.1 2008/03/24 22:22:04 dberkholz 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="virtual/pbs"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}

src_compile() {
	econf || die
	distutils_src_compile
}