wok-next view glm/receipt @ rev 21312
inkscape: added build dependency dbus-glib-dev
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 10 15:00:13 2019 +0100 (2019-12-10) |
parents | c4e902c21301 |
children | ec9fd404de11 |
line source
1 # SliTaz package receipt.
3 PACKAGE="glm"
4 VERSION="0.9.3.2"
5 CATEGORY="development"
6 SHORT_DESC="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://glm.g-truc.net/"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="$SF_MIRROR/ogl-math/$TARBALL"
13 genpkg_rules() {
14 mkdir -p $fs/usr/include $fs/usr/share/doc
15 cp -a $src/glm $fs/usr/include
16 cp -a $src/doc $fs/usr/share/doc/glm
17 rm -f $fs/usr/include/glm/CMakeLists.txt
18 }