]> Pileus Git - ~andy/sunrise/blob - sci-mathematics/pyquante/pyquante-1.5.1.ebuild
31efe7897ed2bf58b5962db5d9ed60d8347615bc
[~andy/sunrise] / sci-mathematics / pyquante / pyquante-1.5.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 MY_PN="PyQuante"
8 MY_P="${MY_PN}-${PV}"
9
10 DESCRIPTION="a quantum chemistry package written in Python."
11 HOMEPAGE="http://pyquante.sourceforge.net/"
12 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS="~x86"
17
18 IUSE=""
19 DEPEND=""
20 RDEPEND=""
21
22 S="${WORKDIR}/${MY_P}"