Package: glm Version: 0.9.6.3 Revision: 1 Description: OpenGL Mathematics library DescDetail: << OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications. << Homepage: http://glm.g-truc.net/ License: BSD Maintainer: Daniel Johnson Source: mirror:sourceforge:ogl-math/%n-%v/%n-%v.zip Source-MD5: acd0b517c37ed25c3f11ee155ee8257e SourceDirectory: %n BuildDependsOnly: true CompileScript: echo "Nothing to compile." InstallScript: << /bin/mkdir -p %i/include/glm /bin/cp -R glm/detail %i/include/glm /bin/cp -R glm/gtc %i/include/glm /bin/cp -R glm/gtx %i/include/glm /bin/cp glm/*.hpp %i/include/glm << DocFiles: copying.txt readme.txt doc/* InfoTest:<< TestDepends: cmake TestScript: << cmake . -DGLM_TEST_ENABLE=on make make test || exit 2 << <<