contrib/numarray/Pkgfile

16 lines
454 B
Plaintext
Raw Normal View History

2006-12-04 19:19:46 +01:00
# Description: Array manipulation and computational capabilities.
2020-07-01 16:18:43 +02:00
# URL: https://wiki.python.org/moin/NumArray
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2006-12-04 19:19:46 +01:00
# Depends on: python
name=numarray
version=1.5.2
release=1
2020-07-01 16:18:43 +02:00
source=(https://downloads.sourceforge.net/project/numpy/Old%20Numarray/$version/$name-$version.tar.gz)
2006-12-04 19:19:46 +01:00
build() {
2011-01-10 18:34:52 +01:00
cd $name-$version
/usr/bin/python setup.py install --root=$PKG
2006-12-04 19:19:46 +01:00
}