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

# source: BLFS 11.3
TARBALL=intel-gmmlib-$PKGVER.tar.gz
MD5SUM=098f47e5010fe280776c29635bde4536
SRC_URL=https://github.com/intel/gmmlib/archive/refs/tags/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="intel-gmmlib: intel-gmmlib $PKGVER (Intel Graphics Memory Management)
intel-gmmlib: 
intel-gmmlib: The Intel-gmmlib package contains the Intel Graphics Memory 
intel-gmmlib: Management Library, which provides device specific memory and buffer 
intel-gmmlib: management functions for the Intel Media Driver for VAAPI and the 
intel-gmmlib: Intel Graphics Computer Runtime for OpenCL (TM).
intel-gmmlib: 
intel-gmmlib: https://github.com/intel/gmmlib
intel-gmmlib: 
intel-gmmlib: 
intel-gmmlib: 
"

### default pkg_download
### default pkg_prepare 
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DBUILD_TYPE=Release -Wno-dev"
	pkg_build_cmake && pkg_build_slackdesc
}
