Add media-gfx/pdftoipe-9999
[shuber-gentoo-overlay.git] / media-gfx / cgal-ipelets / cgal-ipelets-4.3.ebuild
1 # Distributed under the terms of the GNU General Public License v2
2 # $Header: $
3
4 EAPI=4
5
6 CMAKE_BUILD_TYPE=Release
7
8 inherit base multilib cmake-utils
9
10 CGAL_P=CGAL-${PV}
11 PID=31639
12 DPID=31647
13
14 DESCRIPTION="Ipe addons shipped with the CGAL library"
15 HOMEPAGE="http://www.cgal.org/ https://gforge.inria.fr/projects/cgal/"
16 SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${CGAL_P}.tar.xz"
17
18 LICENSE="LGPL-3 GPL-3 Boost-1.0"
19 SLOT="0"
20 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
21 IUSE=""
22
23 DEPEND="
24 media-gfx/ipe
25 sci-mathematics/cgal
26 "
27 RDEPEND="${DEPEND}"
28
29
30 S="${WORKDIR}/${CGAL_P}/demo/CGAL_ipelets"