libraries/CGAL: Updated for version 4.5.2.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-02-21 10:06:48 +00:00 committed by Willy Sudiarto Raharjo
parent fee78c5bce
commit ec5842c2fc
2 changed files with 8 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CGAL
VERSION=${VERSION:-4.5.1}
VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build

View file

@ -1,8 +1,8 @@
PRGNAM="CGAL"
VERSION="4.5.1"
VERSION="4.5.2"
HOMEPAGE="http://www.cgal.org/"
DOWNLOAD="https://gforge.inria.fr/frs/download.php/file/34402/CGAL-4.5.1.tar.xz"
MD5SUM="78aef454b9c8b669ca1fa47fe024bc17"
DOWNLOAD="https://gforge.inria.fr/frs/download.php/file/34513/CGAL-4.5.2.tar.xz"
MD5SUM="3ab2d6e0e1bf611e5e1f39506f257aa2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""