34e32f103e
git-svn-id: file://localhost/data/svn/public/crux@1303 4fb3ad50-f7e2-0310-b9ba-a2d53d05c691
17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
# Description: Numerical Python
|
|
# URL:
|
|
# Maintainer:
|
|
# Packager:
|
|
# Depends on:
|
|
|
|
name=numpy
|
|
version=1.0.2
|
|
release=1
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
python setup.py install --root=$PKG
|
|
chown -R root:root $PKG
|
|
}
|