wok diff freeglut-dev/receipt @ rev 24061

Add lz4ultra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 12 09:05:17 2021 +0000 (2021-06-12)
parents 0231df6490bb
children 257d3372786a
line diff
     1.1 --- a/freeglut-dev/receipt	Sat Mar 02 17:44:22 2019 +0100
     1.2 +++ b/freeglut-dev/receipt	Sat Jun 12 09:05:17 2021 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freeglut-dev"
     1.7 -VERSION="3.0.0"
     1.8 +VERSION="3.2.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="OpenGL utility toolkit development files."
    1.11 +SHORT_DESC="OpenGL utility toolkit - development files."
    1.12  MAINTAINER="b1+slitaz@nagel.org"
    1.13  LICENSE="GPL"
    1.14 -WEB_SITE="http://freeglut.sourceforge.net/"
    1.15 +WEB_SITE="https://sourceforge.net/projects/freeglut/"
    1.16  
    1.17  WANTED="freeglut"
    1.18  
    1.19 @@ -14,6 +14,7 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 -	cp -a $install/usr/include  $fs/usr
    1.25 +
    1.26 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.27 +	cp -a $install/usr/include	$fs/usr
    1.28  }