wok view glm/receipt @ rev 23776

updated xorg-xf86-video-sis (0.11.0 -> 0.12.0)
author Hans-G?nter Theisgen
date Wed May 20 16:55:27 2020 +0100 (2020-05-20)
parents 52fad382b40e
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="glm"
4 VERSION="0.9.9.7"
5 CATEGORY="development"
6 SHORT_DESC="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://glm.g-truc.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/g-truc/$PACKAGE/archive/$VERSION.tar.gz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/include
18 mkdir -p $fs/usr/share/doc
20 cp -a $src/glm $fs/usr/include
21 cp -a $src/doc $fs/usr/share/doc/glm
22 rm -f $fs/usr/include/glm/CMakeLists.txt
23 }