Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 130115
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Lawrence Shafer <detroit371@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fgrun-0.4.6.ebuild fgrun-0.4.6.ebuild (a bit cleaned up) patch Avuton Olrich 2006-12-27 00:42 0000 649 bytes Details | Diff
fgrun-0.4.6.ebuild not a patch, just a cleaned up ebuild text/plain Avuton Olrich 2006-12-27 00:43 0000 649 bytes Details
fgrun-0.4.8.ebuild Latest fgrun ebuild text/plain Yohan 2007-10-23 06:37 0000 1.02 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 130115 depends on: Show dependency tree
Bug 130115 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug