mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
glm: update to 0.9.9.0.
Closes #14628. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
d7769bb19c
commit
d8e0813b30
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue