# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.0.0.ebuild,v 1.3 2011/02/26 13:31:57 armin76 Exp $ EAPI=2 inherit eutils MY_P="SimGear-${PV/_/-}" DESCRIPTION="Development library for simulation games" HOMEPAGE="http://www.simgear.org/" SRC_URI="mirror://simgear/Source/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=media-libs/plib-1.8.5 >=dev-games/openscenegraph-3.0.1 >=dev-libs/boost-1.44 >=media-libs/openal-1.11.753 media-libs/freealut" DEPEND="${RDEPEND}" RESTRICT="test" S=${WORKDIR}/${P} src_configure() { econf --with-jpeg-factory } src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc NEWS AUTHORS TODO }