wok-next annotate cgal/receipt @ rev 21321

updated lazarus (1.6.0-0 -> 2.0.6)
author Hans-G?nter Theisgen
date Wed Dec 11 14:09:34 2019 +0100 (2019-12-11)
parents d635206a5649
children b7d7d7addd05
rev   line source
pascal@20103 1 # SliTaz package receipt v2.
pascal@16724 2
pascal@16724 3 PACKAGE="cgal"
pascal@20103 4 VERSION="4.11"
pascal@16724 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Computational Geometry Algorithms Library"
pascal@16724 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16724 8 LICENSE="GPL3 LGPL3"
pascal@16724 9 WEB_SITE="https://www.cgal.org/"
al@21020 10
al@21020 11 TARBALL="CGAL-$VERSION.tar.xz"
pascal@20103 12 WGET_URL="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$VERSION/$TARBALL"
pascal@16724 13
al@20915 14 BUILD_DEPENDS="cmake boost-dev gmp-dev mpfr-dev boost-thread"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@16724 16
al@21081 17 DEPENDS_std="boost-thread boost-system gcc-lib-base"
al@21081 18
al@21094 19 COOKOPTS="force-arch" # different .cmake
al@21094 20
al@21020 21 compile_rules() {
al@21020 22 cmake \
al@21020 23 -DCMAKE_INSTALL_PREFIX=/usr \
al@21020 24 . &&
al@21020 25 make &&
pascal@16724 26 make install
pascal@16724 27 }