mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
glm: update to 0.9.9.5.
This commit is contained in:
parent
5a9c14a817
commit
a228c8c61b
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.9.2
|
version=0.9.9.5
|
||||||
reverts="0.9.9.3_1"
|
revision=1
|
||||||
revision=2
|
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=glm
|
wrksrc=glm
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DGLM_TEST_ENABLE=OFF"
|
configure_args="-DGLM_TEST_ENABLE=OFF"
|
||||||
hostmakedepends="dos2unix unzip"
|
hostmakedepends="dos2unix unzip"
|
||||||
short_desc="A C++ mathematics library for graphics programming"
|
short_desc="C++ mathematics library for graphics programming"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://glm.g-truc.net"
|
homepage="http://glm.g-truc.net"
|
||||||
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
|
distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip"
|
||||||
checksum=209b5943d393925e1a6ecb6734e7507b8f6add25e72a605b25d0d0d382e64fd4
|
checksum=4fe34860ce69156f63eea6c3d84c91cadfc330353cf275ff394aef4e163cafee
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local f
|
local f
|
||||||
|
|
Loading…
Add table
Reference in a new issue