# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils flag-o-matic DESCRIPTION="Stream based read/write library for COLLADA files" HOMEPAGE="http://www.opencollada.org/" SRC_URI="https://github.com/KhronosGroup/OpenCOLLADA/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="static-libs" # bug 651756 RDEPEND=" "${T}"/99${PN} || die "echo failed" doenvd "${T}"/99${PN} dobin "${BUILD_DIR}/bin/DAEValidator" dobin "${BUILD_DIR}/bin/OpenCOLLADAValidator" # Need to be in same directory as above binaries docinto "/usr/bin" dodoc "${BUILD_DIR}/bin/COLLADAPhysX3Schema.xsd" dodoc "${BUILD_DIR}/bin/collada_schema_1_4_1.xsd" dodoc "${BUILD_DIR}/bin/collada_schema_1_5.xsd" }