diff --git a/media-libs/glm/glm-0.9.6.1.recipe b/media-libs/glm/glm-0.9.6.1.recipe deleted file mode 100644 index b458526d5..000000000 --- a/media-libs/glm/glm-0.9.6.1.recipe +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY="OpenGL Mathematics library" -DESCRIPTION="GLM is a header only library, there is nothing to build, just \ -include it." -HOMEPAGE="http://glm.g-truc.net" -COPYRIGHT="2005-2014 G-Truc Creation" -LICENSE="MIT" -REVISION="2" -SOURCE_URI="http://downloads.sourceforge.net/project/ogl-math/glm-$portVersion/glm-${portVersion}.zip" -CHECKSUM_SHA256="1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8" -SOURCE_DIR="glm" - -ARCHITECTURES="x86 x86_gcc2 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - glm$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - lib:libgl$secondaryArchSuffix - " - -PROVIDES_devel=" - glm${secondaryArchSuffix}_devel = $portVersion - " -REQUIRES_devel=" - glm$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libgl$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - " - -BUILD() -{ - true -} - -INSTALL() -{ - mkdir -p $includeDir/glm - cp -R glm/*.hpp glm/detail glm/gtc glm/gtx $includeDir/glm/ - rm $includeDir/glm/detail/*.cpp - - packageEntries devel $developDir -} diff --git a/media-libs/glm/glm-0.9.9.8.recipe b/media-libs/glm/glm-0.9.9.8.recipe new file mode 100644 index 000000000..3a3b210fe --- /dev/null +++ b/media-libs/glm/glm-0.9.9.8.recipe @@ -0,0 +1,32 @@ +SUMMARY="OpenGL Mathematics library" +DESCRIPTION="GLM is a header only library, there is nothing to build, just \ +include it." +HOMEPAGE="http://glm.g-truc.net" +COPYRIGHT="2005-2014 G-Truc Creation" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://github.com/g-truc/glm/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592" +SOURCE_FILENAME="glm-$portVersion.tar.gz" +SOURCE_DIR="glm-$portVersion" + +ARCHITECTURES="any" + +PROVIDES=" + glm = $portVersion + devel:glm + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " + +INSTALL() +{ + mkdir -p $includeDir/glm + cp -R glm/*.hpp glm/detail glm/ext glm/gtc glm/gtx glm/simd $includeDir/glm/ + rm $includeDir/glm/detail/*.cpp +}