Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66167 Details for
Bug 84891
games-util/atlas 0.3.0 version bump (working on amd64)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
0.3.0 ebuild working for me (based on rc1)
atlas-0.3.0.ebuild (text/plain), 1.70 KB, created by
Bernard Cafarelli
on 2005-08-17 13:43:49 UTC
(
hide
)
Description:
0.3.0 ebuild working for me (based on rc1)
Filename:
MIME Type:
Creator:
Bernard Cafarelli
Created:
2005-08-17 13:43:49 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2-r1.ebuild,v 1.2 2005/02/14 16:36:02 mr_bones_ Exp $ > >inherit games > >MY_P="Atlas-${PV}" >DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" >HOMEPAGE="http://atlas.sourceforge.net/" >SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc ~sparc ~x86 ~amd64" >IUSE="" > >DEPEND=">=games-simulation/flightgear-0.9.4 > >=media-libs/libpng-1.2.5 > >=media-libs/plib-1.4 > virtual/glut" > >S=${WORKDIR}/${MY_P} > >INSDESTTREE="/usr/share/games/FlightGear" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > egamesconf --with-fgbase=${INSDESTTREE} || die > emake || die "emake failed" >} > >src_install() { > doins "${S}/src/AtlasPalette" || die > egamesinstall || die > keepdir ${INSDESTTREE}/Atlas/lowres > dodoc AUTHORS README > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > > einfo "You now can make the maps with the following commands:" > einfo "/usr/games/bin/Map --atlas=${INSDESTTREE}/Atlas" > einfo "/usr/games/bin/Map --atlas=${INSDESTTREE}/Atlas/lowres --size=64" > einfo "Use the --fg-scenery=path option for specific Scenery directories" > echo > einfo "To run Atlas concurrently with FlightGear use the following:" > einfo "Atlas --path=[path of map images] --udp=[port number]" > einfo "and start fgfs with the following switch (or in .fgfsrc):" > einfo "--nmea=socket,out,0.5,[host that you run Atlas on],[port number],udp" > echo >} > >pkg_postrm() { > einfo "You must manually remove the maps if you don't want them around." > einfo "They are found in the following directory:" > echo > einfo "${INSDESTTREE}/Atlas" > echo >}
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 84891
:
53203
| 66167