wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="cgal"
4 VERSION="5.0.2"
5 CATEGORY="misc"
6 SHORT_DESC="Computational Geometry Algorithms Library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL3"
9 WEB_SITE="https://www.cgal.org/"
11 TARBALL="CGAL-$VERSION.tar.xz"
12 WGET_URL="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$VERSION/$TARBALL"
14 BUILD_DEPENDS="boost-dev boost-thread cmake gmp-dev mpfr-dev"
15 SPLIT="$PACKAGE-dev"
17 DEPENDS_std="boost-thread boost-system gcc-lib-base"
19 COOKOPTS="force-arch" # different .cmake
21 compile_rules()
22 {
23 cmake . \
24 -DCMAKE_INSTALL_PREFIX=/usr &&
25 make &&
26 make install
27 }