X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-5.2.2-r1.ebuild;fp=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-5.2.2-r1.ebuild;h=8d8fe2d987fb90543fc53bebe5f8f6d89b57c3e2;hp=0000000000000000000000000000000000000000;hb=a70b9e26b6728750c90ad36874a1b8547b5802e1;hpb=467b0e7a2da449a15bdb331af0a477ffe473ecdf diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-5.2.2-r1.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-5.2.2-r1.ebuild new file mode 100644 index 0000000..8d8fe2d --- /dev/null +++ b/media-gfx/cgal-ipelets/cgal-ipelets-5.2.2-r1.ebuild @@ -0,0 +1,27 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=7 + +CMAKE_BUILD_TYPE=Release + +inherit multilib cmake-utils + +MY_P=CGAL-${PV} + +DESCRIPTION="Ipe addons shipped with the CGAL library" +HOMEPAGE="http://www.cgal.org/ https://gforge.inria.fr/projects/cgal/" +SRC_URI="https://github.com/CGAL/cgal/releases/download/v${PV}/${MY_P}.tar.xz" + +LICENSE="LGPL-3 GPL-3 Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND=" + media-gfx/ipe + ~sci-mathematics/cgal-${PV} + " +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}/demo/CGAL_ipelets"