wok-6.x diff cgal/receipt @ rev 23862
xvkbd: wget_url that works for cook
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jun 19 11:08:54 2020 -0400 (2020-06-19) |
parents | afd6aab736f6 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/cgal/receipt Mon Jun 02 20:08:48 2014 +0000 1.2 +++ b/cgal/receipt Fri Jun 19 11:08:54 2020 -0400 1.3 @@ -2,14 +2,14 @@ 1.4 1.5 PACKAGE="cgal" 1.6 SOURCE="CGAL" 1.7 -VERSION="4.4" 1.8 +VERSION="4.9" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Computational Geometry Algorithms Library." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3 LGPL3" 1.13 TARBALL="$SOURCE-$VERSION.tar.xz" 1.14 WEB_SITE="https://www.cgal.org/" 1.15 -WGET_URL="https://gforge.inria.fr/frs/download.php/file/33526/$TARBALL" 1.16 +WGET_URL="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-$VERSION/$TARBALL" 1.17 1.18 DEPENDS="libboost-thread libboost-system gcc-lib-base" 1.19 BUILD_DEPENDS="wget cmake libboost-dev gmp-dev mpfr-dev libboost-thread-dev"