wok rev 19722
Up cgal (4.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 16 13:20:58 2017 +0100 (2017-02-16) |
parents | 986db52247ee |
children | c0910ec01f6f |
files | cgal/receipt |
line diff
1.1 --- a/cgal/receipt Thu Feb 16 12:40:44 2017 +0100 1.2 +++ b/cgal/receipt Thu Feb 16 13:20:58 2017 +0100 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"