glm: update to 0.9.9.0.

Closes #14628.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-22 08:52:38 -03:00 committed by Enno Boland
parent d7769bb19c
commit d8e0813b30
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,17 +1,17 @@
# Template file for 'glm'
pkgname=glm
version=0.9.8.5
revision=2
version=0.9.9.0
revision=1
wrksrc=glm
noarch=yes
build_style=cmake
hostmakedepends="dos2unix unzip"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
short_desc="A C++ mathematics library for graphics programming"
license="MIT"
homepage="http://glm.g-truc.net"
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
checksum=9f9f520ec7fb8c20c69d6b398ed928a2448c6a3245cbedb8631a56a987c38660
wrksrc=${pkgname}
checksum=e1c707407c43589e8eeb8b69b902f1a34aaaa59bda1ca144181c2d2d6e531246
post_extract() {
# Fix compiler version detection: GCC >= 7.2
@ -23,5 +23,6 @@ post_install() {
for f in $(find ${DESTDIR}/usr/include -type f); do
dos2unix "$f"
done
vlicense copying.txt
sed -n '88,110p' manual.md > LICENSE
vlicense LICENSE
}