wok rev 21627

updated opencsg and opencsg-dev (1.4.0 -> 1.4.2)
author Hans-G?nter Theisgen
date Mon May 27 17:32:03 2019 +0100 (2019-05-27)
parents c84ff7af1e21
children 0e811092e7bb
files opencsg-dev/receipt opencsg/receipt
line diff
     1.1 --- a/opencsg-dev/receipt	Mon May 27 16:50:36 2019 +0100
     1.2 +++ b/opencsg-dev/receipt	Mon May 27 17:32:03 2019 +0100
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="opencsg-dev"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The CSG rendering library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://www.opencsg.org/"
    1.14 -WANTED="opencsg"
    1.15  
    1.16  DEPENDS="opencsg"
    1.17 +WANTED="opencsg"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $install/usr/bin $fs/usr
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 +
    1.26 +	cp -a $install/usr/bin		$fs/usr
    1.27 +	cp -a $install/usr/include	$fs/usr
    1.28  }
     2.1 --- a/opencsg/receipt	Mon May 27 16:50:36 2019 +0100
     2.2 +++ b/opencsg/receipt	Mon May 27 17:32:03 2019 +0100
     2.3 @@ -1,18 +1,19 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="opencsg"
     2.7 -SOURCE="OpenCSG"
     2.8 -VERSION="1.4.0"
     2.9 +VERSION="1.4.2"
    2.10  CATEGORY="graphics"
    2.11  SHORT_DESC="The CSG rendering library."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="http://www.opencsg.org/"
    2.15 +
    2.16 +SOURCE="OpenCSG"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 -WEB_SITE="http://www.opencsg.org/"
    2.19  WGET_URL="${WEB_SITE}$TARBALL"
    2.20  
    2.21  DEPENDS="glew mesa"
    2.22 -BUILD_DEPENDS="glew-dev mesa-dev freeglut-dev"
    2.23 +BUILD_DEPENDS="freeglut-dev glew-dev mesa-dev"
    2.24  
    2.25  # Rules to configure and make the package.
    2.26  #
    2.27 @@ -23,6 +24,7 @@
    2.28  		mkdir -p $DESTDIR$i
    2.29  	done
    2.30  	find -name Makefile | xargs sed -i 's|usr/local|usr|'
    2.31 +
    2.32  	make -j 1 &&
    2.33  	make INSTALL_ROOT=$DESTDIR install
    2.34  }