glm: remove long_desc.
This commit is contained in:
parent
af9a533f5c
commit
7599db39ae
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glm'
|
# Template file for 'glm'
|
||||||
pkgname=glm
|
pkgname=glm
|
||||||
version=0.9.3.4
|
version=0.9.3.4
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -10,13 +10,6 @@ short_desc="A C++ mathematics library for graphics programming"
|
||||||
homepage="http://glm.g-truc.net"
|
homepage="http://glm.g-truc.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ogl-math/glm-${version}.zip"
|
distfiles="${SOURCEFORGE_SITE}/ogl-math/glm-${version}.zip"
|
||||||
checksum=0646b29718cf3ad2ee9c4c9dcb2d5b1d9b483fc0b71764e93b369934203d90ce
|
checksum=0646b29718cf3ad2ee9c4c9dcb2d5b1d9b483fc0b71764e93b369934203d90ce
|
||||||
long_desc="
|
|
||||||
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
|
|
||||||
graphics software based on the OpenGL Shading Language (GLSL) specification.
|
|
||||||
|
|
||||||
GLM provides classes and functions designed and implemented with the same
|
|
||||||
naming conventions and functionalities than GLSL so that when a programmer
|
|
||||||
knows GLSL, he knows GLM as well which makes it really easy to use."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/include/glm
|
vmkdir usr/include/glm
|
||||||
|
|
Loading…
Reference in New Issue