Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42005 Details for
Bug 67809
Version bump to flightgear-0.9.6 and simgear-0.3.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
flightgear-0.9.6.ebuild
flightgear-0.9.6.ebuild (text/plain), 1010 bytes, created by
Douglas Robertson
on 2004-10-16 21:24:50 UTC
(
hide
)
Description:
flightgear-0.9.6.ebuild
Filename:
MIME Type:
Creator:
Douglas Robertson
Created:
2004-10-16 21:24:50 UTC
Size:
1010 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit flag-o-matic games > >MY_PN=FlightGear >MY_P=${MY_PN}-${PV} >S="${WORKDIR}/${MY_P}" >DESCRIPTION="Open Source Flight Simulator" >HOMEPAGE="http://www.flightgear.org/" >SRC_URI="mirror://flightgear/Source/${MY_P}.tar.gz > mirror://flightgear/Shared/fgfs-base-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >IUSE="" > >RDEPEND="=dev-games/simgear-0.3.7* > >=media-libs/plib-1.8.0" >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >src_unpack() { > unpack ${A} > cd ${S} > mv ../data ./data >} > >src_compile() { > use hppa && replace-flags -march=2.0 -march=1.0 > egamesconf \ > --with-multiplayer \ > --with-network-olk \ > --with-threads \ > --with-x || die > emake -j1 || die "emake failed" >} > >src_install() { > egamesinstall || die > > dodir "${GAMES_LIBDIR}/${MY_PN}" > cp -a data/* "${D}/${GAMES_LIBDIR}/${MY_PN}" || die "cp failed" > > dodoc README* ChangeLog AUTHORS NEWS Thanks > > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 67809
:
42003
| 42005