17 lines
534 B
Text
17 lines
534 B
Text
# Template file for 'libBLAS'
|
|
version="2007_03"
|
|
pkgname="libBLAS"
|
|
revision=1
|
|
build_style="gnu-makefile"
|
|
short_desc="Basic Linear Algebra Subprograms"
|
|
maintainer="Martin Riese <grauehaare@gmx.de>"
|
|
license="see http://www.netlib.org/blas/faq.html#2 for the licence"
|
|
homepage="http://www.netlib.org/blas/index.html"
|
|
hostmakedepends="gcc-fortran"
|
|
distfiles="http://www.netlib.org/blas/blas.tgz"
|
|
checksum="ea87df6dc44829ee0a1733226d130c550b17a0bc51c8dbfcd662fb15520b23b5"
|
|
wrksrc="BLAS"
|
|
|
|
do_install() {
|
|
vinstall blas_LINUX.a 755 usr/lib
|
|
}
|