wok-next diff cgal/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e19ff076dc63
children
line diff
     1.1 --- a/cgal/receipt	Mon Dec 31 17:23:40 2018 +0200
     1.2 +++ b/cgal/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cgal"
     1.7 -VERSION="4.11"
     1.8 +VERSION="5.0.2"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Computational Geometry Algorithms Library"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,17 +11,17 @@
    1.13  TARBALL="CGAL-$VERSION.tar.xz"
    1.14  WGET_URL="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$VERSION/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="cmake boost-dev gmp-dev mpfr-dev boost-thread"
    1.17 +BUILD_DEPENDS="boost-dev boost-thread cmake gmp-dev mpfr-dev"
    1.18  SPLIT="$PACKAGE-dev"
    1.19  
    1.20  DEPENDS_std="boost-thread boost-system gcc-lib-base"
    1.21  
    1.22  COOKOPTS="force-arch" # different .cmake
    1.23  
    1.24 -compile_rules() {
    1.25 -	cmake \
    1.26 -		-DCMAKE_INSTALL_PREFIX=/usr \
    1.27 -		. &&
    1.28 +compile_rules()
    1.29 +{
    1.30 +	cmake 	.				\
    1.31 +		-DCMAKE_INSTALL_PREFIX=/usr &&
    1.32  	make &&
    1.33  	make install
    1.34  }