wok diff opencsg/receipt @ rev 21746

updated qrencode and qrencode-dev again (3.1.1 -> 4.0.2)
author Hans-G?nter Theisgen
date Fri Jun 14 16:14:44 2019 +0100 (2019-06-14)
parents 3705d68ed8f3
children 453c249b6219
line diff
     1.1 --- a/opencsg/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.2 +++ b/opencsg/receipt	Fri Jun 14 16:14:44 2019 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="opencsg"
     1.7 -SOURCE="OpenCSG"
     1.8 -VERSION="1.4.0"
     1.9 +VERSION="1.4.2"
    1.10  CATEGORY="graphics"
    1.11  SHORT_DESC="The CSG rendering library."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.opencsg.org/"
    1.15 +
    1.16 +SOURCE="OpenCSG"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.opencsg.org/"
    1.19  WGET_URL="${WEB_SITE}$TARBALL"
    1.20  
    1.21  DEPENDS="glew mesa"
    1.22 -BUILD_DEPENDS="glew-dev mesa-dev freeglut-dev"
    1.23 +BUILD_DEPENDS="freeglut-dev glew-dev mesa-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  #
    1.27 @@ -23,6 +24,7 @@
    1.28  		mkdir -p $DESTDIR$i
    1.29  	done
    1.30  	find -name Makefile | xargs sed -i 's|usr/local|usr|'
    1.31 +
    1.32  	make -j 1 &&
    1.33  	make INSTALL_ROOT=$DESTDIR install
    1.34  }