aboutsummaryrefslogtreecommitdiff
blob: ff6c406b6032c24c3880edbe705677f7b33a0ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit python

MY_P="MDToolsMarch97"

DESCRIPTION="Classes for the analysis and modification of protein structure and dynamics data."
HOMEPAGE="http://www.ks.uiuc.edu/~jim/mdtools/"
SRC_URI="${HOMEPAGE}${MY_P}.tar.gz"

LICENSE="as-is"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
RDEPEND="dev-python/numeric"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/${MY_P}

src_install() {
	insinto $(python_get_sitedir)/${PN}
	doins *.py || die "no modules"
	insinto /usr/share/§{PN}
	doins -r data || die "no data"
}