# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit cmake-utils MY_P=FreeSOLID DESCRIPTION="library for collision detection of three-dimensional objects" HOMEPAGE="https://sourceforge.net/projects/${PN}/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}-${PV}.zip" LICENSE="LGPL" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}-${PV} src_configure() { cmake-utils_src_configure } src_compile() { cmake-utils_src_compile } src_install() { cmake-utils_src_install dodoc ChangeLog README TODO }