Bug 130115 - ebuild for games-simulation/fgrun-0.4.6 Flight Gear Launch Control.
Bug#: 130115 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: detroit371@gmail.com
Component: Games
URL: 
Summary: ebuild for games-simulation/fgrun-0.4.6 Flight Gear Launch Control.
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2006-04-15 19:22 0000
Description:   Opened: 2006-04-15 19:22 0000
Ebuild for games-simulation/fgrun-0.4.6, Flight Gear Launch Control.

______________________________

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

MY_P="${P}"

DESCRIPTION="Flight Gear Launch Control"
HOMEPAGE="http://fgrun.sourceforge.net/"
SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/fgrun/fgrun-0.4.6.tar.gz"
IUSE=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPEND="games-simulation/flightgear
>=x11-libs/fltk-1.1
>=media-libs/plib-1.6.0
>=dev-games/simgear-0.3.4"

S="${WORKDIR}/${P}"

src_compile() {
cd "${S}"
export LDFLAGS="-L/usr/$(get_libdir)/fltk-1.1 ${LDFLAGS}"
export CPPFLAGS="-I/usr/include/fltk-1.1 ${CPPFLAGS}"

econf || die "configure failed"
emake || die "make failed"
}

src_install() {
einstall || die
}
______________________________

Hope I submited this right

------- Comment #1 From Avuton Olrich 2006-12-27 00:42:12 0000 -------
Created an attachment (id=104793) [details]
fgrun-0.4.6.ebuild (a bit cleaned up)

------- Comment #2 From Avuton Olrich 2006-12-27 00:43:10 0000 -------
Created an attachment (id=104794) [details]
not a patch, just a cleaned up ebuild

------- Comment #3 From Tupone Alfredo 2007-04-26 06:17:20 0000 -------
Now in portage. Thanks 

------- Comment #4 From Yohan 2007-10-23 06:37:17 0000 -------
Created an attachment (id=134162) [details]
Latest fgrun ebuild

Updated to latest fgrun.