wok diff glm/receipt @ rev 21877

Add libsodium & python-pynacl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 18:18:15 2019 +0200 (2019-09-28)
parents c4e902c21301
children a540ef638b81
line diff
     1.1 --- a/glm/receipt	Wed Jul 04 22:01:42 2012 +0000
     1.2 +++ b/glm/receipt	Sat Sep 28 18:18:15 2019 +0200
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glm"
     1.7 -VERSION="0.9.3.2"
     1.8 +VERSION="0.9.9.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
    1.11 +SHORT_DESC="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="GPL"
    1.14  WEB_SITE="http://glm.g-truc.net/"
    1.15 -TARBALL="$PACKAGE-$VERSION.zip"
    1.16 -WGET_URL="$SF_MIRROR/ogl-math/$TARBALL"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://github.com/g-truc/$PACKAGE/archive/$VERSION.tar.gz"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/include $fs/usr/share/doc
    1.25 -	cp -a $src/glm $fs/usr/include
    1.26 -	cp -a $src/doc $fs/usr/share/doc/glm
    1.27 +	cp -a $src/glm	$fs/usr/include
    1.28 +	cp -a $src/doc	$fs/usr/share/doc/glm
    1.29  	rm -f $fs/usr/include/glm/CMakeLists.txt
    1.30  }