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
|
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