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
|
||
|
}
|