# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools eutils games DESCRIPTION="FlightGear Launch Control" HOMEPAGE="http://fgrun.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND="games-simulation/flightgear >=x11-libs/fltk-1.1 >=media-libs/plib-1.6.0 >=dev-games/simgear-0.3.4" DEPEND="${RDEPEND}" src_compile() { egamesconf \ --with-x \ --with-plib=/usr \ --with-simgear=/usr/include/simgear \ --with-fltk=/usr/include/fltk-1.1 \ || die "econf" emake || die "emake" } src_install() { dogamesbin ${S}/src/${PN} || die dodoc README INSTALL ChangeLog NEWS || die make_desktop_entry ${PN} "FlightGear Launch Control" prepgamesdirs } pkg_postinst() { games_pkg_postinst }