# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a toolkit for handling spatial (3D) sound in OpenSceneGraph" HOMEPAGE="http://www.vrlab.umu.se/research/osgAL/" SRC_URI="mirror://sourceforge/${PN}/${PN}-v040-050527.tgz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-games/openscenegraph-0.9.9 >=media-libs/alpp-050303" RDEPEND="" S=${WORKDIR}/osgAL src_compile() { ./autogen.sh econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR=${D} install || die "emake install failed" }