mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glm: update to 0.9.9.3.
This commit is contained in:
parent
49a8e1a2f2
commit
bf68d24764
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.9.2
|
version=0.9.9.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=glm
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
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"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
short_desc="A C++ mathematics library for graphics programming"
|
short_desc="A C++ mathematics library for graphics programming"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=496e855590b8aa138347429b7fc745d66707303fb82c1545260d1888472e137b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local f
|
local f
|
||||||
|
|
Loading…
Add table
Reference in a new issue