# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit cmake-utils DESCRIPTION="A library to import various well-known 3D model formats in an uniform manner" HOMEPAGE="http://assimp.sourceforge.net/index.html" SRC_URI="http://sourceforge.net/projects/assimp/files/${P}/assimp--1.1.700-sdk.zip/download -> ${P}.zip" LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" IUSE="doc" DEPEND=" dev-libs/boost " RDEPEND="${DEPEND}" S="${WORKDIR}" src_configure() { cmake-utils_src_configure } src_install() { cmake-utils_src_install }