### this file is sourced not run
PKGVER=1.0
PKGBUILD=1
PKGARCH=x86_64

### build a package out of ready-made directory
TARBALL= # none - internal copy
MD5SUM=  # none
SRC_URL= # none
BUNDLE=  # none

SLACKREQ='' 
SLACKDESC="libblas: libblas $PKGVER (BLAS meta-package)
libblas: 
libblas: This is a meta-package to satisfy package dependency for packages 
libblas: that requires LAPACK and BLAS. In itself it does not provide any 
libblas: library. To actually satisfy the link-dependency, you must install 
libblas: one of the suggested packages (but not both): either liblapack, or 
libblas: libopenblas. liblapack is the reference implementation, while 
libblas: libopenblas is optimised for better performance.
libblas: 
libblas: 
libblas:
"
SLACKSUG="liblapack libopenblas"

# don't build, don't create package - we do it ourselves here
PKG_NOBUILD=yes
PKG_NOMAKEPKG=yes


### nothing to download
unset -f pkg_download

###
pkg_prepare() {
	: nothing to prepare
}

### package ready-made directory
pkg_package() {
	pkg_package_dir
}

### build
pkg_build() {
	: nothing to build
}
 
