# Copyright 1999-2005 Gentoo Foundation, 2004 Richard Garand # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs eutils multilib MY_PVR="2006-08-11" DESCRIPTION="A character animation library based on OpenSceneGraph and cal3d." HOMEPAGE="http://www.vrlab.umu.se/research/replicantbody/" SRC_URI="http://superb-west.dl.sourceforge.net/sourceforge/replicantbody/${PN}-${MY_PVR}.tgz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=" >=media-gfx/openscenegraph-1.1 >=media-libs/cal3d-0.10 " RDEPEND="${DEPEND}" S=${WORKDIR}/replicantbody-${MY_PVR} src_unpack() { unpack ${A} cd "${S}" } src_compile() { # source build autoreconf --install --force || die "autoreconf failed" econf || die "configure failed" emake || die "make failed" } src_install() { cd "${S}" einstall || die "install failed" }