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

EAPI=3

inherit distutils

MY_P=NumPtr-${PV}

SRC_URI="http://geosci.uchicago.edu/csc/numptr/${MY_P}.tar.gz"
DESCRIPTION="SWIGable module to access data stored in Numeric arrays as if they were normal C/C++ arrays"
HOMEPAGE="http://geosci.uchicago.edu/csc/numptr/"
LICENSE="GPL-2"

SLOT="0"
IUSE=""
KEYWORDS="~x86"

DEPEND="dev-lang/swig"
RDEPEND=""

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