1
0
forked from ports/contrib

18 lines
456 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Numeric Python Library.
# URL: http://numeric.scipy.org/
2007-01-20 12:21:06 +10:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-11-20 07:26:53 +10:00
#
# Depends on: python
2006-11-14 09:01:22 +10:00
name=numeric
version=24.2
release=1
source=(http://dl.sourceforge.net/sourceforge/numpy/Numeric-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd Numeric-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}