# Compiling Time: 0.20 SBU # Maintainer: DeX77 # Contributor: Elentir pkgname=cgal pkgver=5.3 pkgrel=1 pkgdesc="An efficient C++ software library of geometric data structures and algorithms" url="http://www.cgal.org/" depends=('mpfr>=4.0.0-3' 'libboost>=1.72.0') makedepends=('cmake' 'boost>=1.72.0') groups=('lib-extra') archs=('x86_64') _F_archive_name="CGAL" _F_archive_grepv="beta\|doc\|4.12\|4.13\|before_no_tws_nor_tab" _F_cmake_type="Release" Finclude cmake github source=("https://github.com/CGAL/cgal/releases/download/v${pkgver}/CGAL-${pkgver}.tar.xz") sha1sums=('7deeb99c1fc2c770c02a5e935aeaac3d47dde6f3') up2date="$up2date | sed 's/CGAL-//g'" build() { Fcd ## fix documentation directory name Fsed "share/doc/\${CGAL_VERSION_DIR}" "share/doc/$pkgname-$pkgver" CMakeLists.txt CMake_build } # optimization OK