diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 18:53:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 18:53:23 +0000 |
commit | fb0b9785cad15a74d5b34987e255f6abcda8384d (patch) | |
tree | bb060f45b7f01ae116cfcabd2150193b896e19b7 /games-util/atlas | |
parent | Add local dv USE flag for mjpegtools. (diff) | |
download | historical-fb0b9785cad15a74d5b34987e255f6abcda8384d.tar.gz historical-fb0b9785cad15a74d5b34987e255f6abcda8384d.tar.bz2 historical-fb0b9785cad15a74d5b34987e255f6abcda8384d.zip |
welcome to games-util
Diffstat (limited to 'games-util/atlas')
-rw-r--r-- | games-util/atlas/ChangeLog | 12 | ||||
-rw-r--r-- | games-util/atlas/Manifest | 3 | ||||
-rw-r--r-- | games-util/atlas/atlas-0.2.2.ebuild | 55 | ||||
-rw-r--r-- | games-util/atlas/files/digest-atlas-0.2.2 | 1 |
4 files changed, 71 insertions, 0 deletions
diff --git a/games-util/atlas/ChangeLog b/games-util/atlas/ChangeLog new file mode 100644 index 000000000000..b94153e6ce98 --- /dev/null +++ b/games-util/atlas/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-games/atlas +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/ChangeLog,v 1.1 2003/09/10 18:53:23 vapier Exp $ + + 03 Sep 2003; Michael Sterrett <msterret@gentoo.org> atlas-0.2.2.ebuild: + header fix + +*atlas-0.2.2 (26 Aug 2003) + + 26 Aug 2003; Michael Sterrett <msterret@gentoo.org> atlas-0.2.2.ebuild: + initial commit. ebuild draft from Jeff Thorsett via bug 25540 + diff --git a/games-util/atlas/Manifest b/games-util/atlas/Manifest new file mode 100644 index 000000000000..b6ec71349ee8 --- /dev/null +++ b/games-util/atlas/Manifest @@ -0,0 +1,3 @@ +MD5 ab245d4fe5035e9b6a45e1f0efce980d atlas-0.2.2.ebuild 1643 +MD5 8c8c8b1bcbeca7983b0c75762b782e0a ChangeLog 470 +MD5 c22c70a726175c84565f4182fff72185 files/digest-atlas-0.2.2 63 diff --git a/games-util/atlas/atlas-0.2.2.ebuild b/games-util/atlas/atlas-0.2.2.ebuild new file mode 100644 index 000000000000..565dd2f5146a --- /dev/null +++ b/games-util/atlas/atlas-0.2.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2.ebuild,v 1.1 2003/09/10 18:53:23 vapier Exp $ + +inherit games + +MY_P="Atlas-${PV}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Chart Program to use with Flightgear Flight Simulator" +HOMEPAGE="http://atlas.sourceforge.net/" +SRC_URI="mirror://sourceforge/atlas/${MY_P}.tar.gz" + +INSDESTTREE="/usr/games/lib/FlightGear" +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +DEPEND=">=flightgear-0.8.0 + >=libpng-1.2.5 + >=media-libs/plib-1.4 + virtual/glut" + +src_compile() { + egamesconf --with-fgbase=/usr/games/lib/FlightGear || die + emake || die "emake failed" +} + +src_install() { + doins ${S}/src/AtlasPalette || die + egamesinstall || die + keepdir /usr/games/lib/FlightGear/Atlas + keepdir /usr/games/lib/FlightGear/Atlas/lowres + dodoc AUTHORS README + prepgamesdirs +} + +pkg_postinst() { + einfo "You now can make the maps with the following commands:" + einfo "/usr/games/bin/Map --atlas=/usr/games/lib/FlightGear/Atlas" + einfo "/usr/games/bin/Map --atlas=/usr/games/lib/FlightGear/Atlas/lowres --size=64" + 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 "/usr/games/lib/FlightGear/Atlas" + echo +} diff --git a/games-util/atlas/files/digest-atlas-0.2.2 b/games-util/atlas/files/digest-atlas-0.2.2 new file mode 100644 index 000000000000..4c465fa14141 --- /dev/null +++ b/games-util/atlas/files/digest-atlas-0.2.2 @@ -0,0 +1 @@ +MD5 a69301f7e762d84c9b3089b87ff7b048 Atlas-0.2.2.tar.gz 156796 |