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

# source: james
TARBALL=glm-$PKGVER.tar.gz
MD5SUM=50fac6a1d4b26877e68b2cc9cade1303
SRC_URL=https://github.com/g-truc/glm/archive/$PKGVER.tar.gz
BUNDLE=

SLACKREQ= 
SLACKDESC="libglm: libglm $PKGVER (OpenGL Mathematics)
libglm: 
libglm: OpenGL Mathematics (GLM) is a header only C++ mathematics library for 
libglm: graphics software based on the OpenGL Shading Language (GLSL) 
libglm: specifications. GLM provides classes and functions designed and 
libglm: implemented with the same naming conventions and functionalities than 
libglm: GLSL so that anyone who knows GLSL, can use GLM as well in C++.
libglm: 
libglm: https://glm.g-truc.net/
libglm: 
libglm: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CMAKEFLAGS="$CMAKEFLAGS -DGLM_TEST_ENABLE=OFF"
	pkg_build_cmake &&
	pkg_build_slackdesc &&
	rm -r /root/.cmake
}


