wok-next rev 21544
updated cgal (4.11 -> 5.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jun 21 17:30:18 2020 +0100 (2020-06-21) |
parents | 1bce5426b202 |
children | 5925d0e91dc7 |
files | cgal/receipt |
line diff
1.1 --- a/cgal/receipt Sun Jun 21 17:20:25 2020 +0100 1.2 +++ b/cgal/receipt Sun Jun 21 17:30:18 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 }