wok annotate glm/receipt @ rev 20375

I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 07:19:54 2018 +0000 (2018-06-13)
parents
children 52fad382b40e
rev   line source
slaxemulator@13124 1 # SliTaz package receipt.
slaxemulator@13124 2
slaxemulator@13124 3 PACKAGE="glm"
slaxemulator@13124 4 VERSION="0.9.3.2"
slaxemulator@13124 5 CATEGORY="development"
slaxemulator@13124 6 SHORT_DESC="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
slaxemulator@13124 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@13124 8 LICENSE="GPL"
slaxemulator@13124 9 WEB_SITE="http://glm.g-truc.net/"
slaxemulator@13124 10 TARBALL="$PACKAGE-$VERSION.zip"
slaxemulator@13124 11 WGET_URL="$SF_MIRROR/ogl-math/$TARBALL"
slaxemulator@13124 12
slaxemulator@13124 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@13124 14 genpkg_rules()
slaxemulator@13124 15 {
slaxemulator@13124 16 mkdir -p $fs/usr/include $fs/usr/share/doc
slaxemulator@13124 17 cp -a $src/glm $fs/usr/include
slaxemulator@13124 18 cp -a $src/doc $fs/usr/share/doc/glm
slaxemulator@13124 19 rm -f $fs/usr/include/glm/CMakeLists.txt
slaxemulator@13124 20 }