mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
glm: update to 0.9.9.6
This commit is contained in:
parent
081f39916f
commit
e889308fad
1 changed files with 14 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.9.5
|
version=0.9.9.6
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=glm
|
wrksrc=glm
|
||||||
|
@ -12,7 +12,19 @@ maintainer="Orphaned <orphan@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=4fe34860ce69156f63eea6c3d84c91cadfc330353cf275ff394aef4e163cafee
|
checksum=9db7339c3b8766184419cfe7942d668fecabe9013ccfec8136b39e11718817d0
|
||||||
|
|
||||||
|
# No longer has install target
|
||||||
|
# Install manually
|
||||||
|
do_install() {
|
||||||
|
local i
|
||||||
|
vmkdir usr/include
|
||||||
|
for i in glm ; do
|
||||||
|
vcopy $i usr/include
|
||||||
|
done
|
||||||
|
vmkdir usr/lib
|
||||||
|
vcopy build/glm/libglm_* usr/lib
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local f
|
local f
|
||||||
|
|
Loading…
Add table
Reference in a new issue