Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130115 - ebuild for games-simulation/fgrun-0.4.6 Flight Gear Launch Control.
Summary: ebuild for games-simulation/fgrun-0.4.6 Flight Gear Launch Control.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-04-15 19:22 UTC by Lawrence Shafer
Modified: 2007-10-23 06:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fgrun-0.4.6.ebuild (a bit cleaned up) (fgrun-0.4.6.ebuild,649 bytes, patch)
2006-12-27 00:42 UTC, Avuton Olrich
Details | Diff
not a patch, just a cleaned up ebuild (fgrun-0.4.6.ebuild,649 bytes, text/plain)
2006-12-27 00:43 UTC, Avuton Olrich
Details
Latest fgrun ebuild (fgrun-0.4.8.ebuild,1.02 KB, text/plain)
2007-10-23 06:37 UTC, Yohan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Shafer 2006-04-15 19:22:39 UTC
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 Avuton Olrich 2006-12-27 00:42:12 UTC
Created attachment 104793 [details, diff]
fgrun-0.4.6.ebuild (a bit cleaned up)
Comment 2 Avuton Olrich 2006-12-27 00:43:10 UTC
Created attachment 104794 [details]
not a patch, just a cleaned up ebuild
Comment 3 Tupone Alfredo gentoo-dev 2007-04-26 06:17:20 UTC
Now in portage. Thanks 
Comment 4 Yohan 2007-10-23 06:37:17 UTC
Created attachment 134162 [details]
Latest fgrun ebuild

Updated to latest fgrun.