X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.1.ebuild;fp=media-gfx%2Fcgal-ipelets%2Fcgal-ipelets-4.1.ebuild;h=1b250c7e5e293a7ec4a4db2a86a2b1aa6a25d950;hp=0000000000000000000000000000000000000000;hb=1bb8bd146ddb27340d805440286c403afe4ace9e;hpb=e3c5df8dfd3f4674faab37ecc9e4155676691d7b diff --git a/media-gfx/cgal-ipelets/cgal-ipelets-4.1.ebuild b/media-gfx/cgal-ipelets/cgal-ipelets-4.1.ebuild new file mode 100644 index 0000000..1b250c7 --- /dev/null +++ b/media-gfx/cgal-ipelets/cgal-ipelets-4.1.ebuild @@ -0,0 +1,30 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +CMAKE_BUILD_TYPE=Release + +inherit base multilib cmake-utils + +CGAL_P=CGAL-${PV} +PID=31639 +DPID=31647 + +DESCRIPTION="Ipe addons shipped with the CGAL library" +HOMEPAGE="http://www.cgal.org/ https://gforge.inria.fr/projects/cgal/" +SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${CGAL_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 + " +RDEPEND="${DEPEND}" + + +S="${WORKDIR}/${CGAL_P}/demo/CGAL_ipelets"