summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-19 21:03:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-19 21:03:13 +0000
commita4a901b9ef5c127658ef0f25d24386d0c0086d1a (patch)
tree4be6815f6e9ea69ad5a88788e9a2599b7bbbb841 /games-util/atlas
parentneeds gtk-1.x only (diff)
downloadgentoo-2-a4a901b9ef5c127658ef0f25d24386d0c0086d1a.tar.gz
gentoo-2-a4a901b9ef5c127658ef0f25d24386d0c0086d1a.tar.bz2
gentoo-2-a4a901b9ef5c127658ef0f25d24386d0c0086d1a.zip
forgot games_pkg_postinst
Diffstat (limited to 'games-util/atlas')
-rw-r--r--games-util/atlas/atlas-0.2.2.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/games-util/atlas/atlas-0.2.2.ebuild b/games-util/atlas/atlas-0.2.2.ebuild
index 07699bde7532..bf60a63f67b0 100644
--- a/games-util/atlas/atlas-0.2.2.ebuild
+++ b/games-util/atlas/atlas-0.2.2.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2004 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.4 2004/03/19 09:30:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/atlas/atlas-0.2.2.ebuild,v 1.5 2004/03/19 21:03:13 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"
-KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86"
IUSE=""
DEPEND=">=games-simulation/flightgear-0.8.0
@@ -21,6 +19,10 @@ DEPEND=">=games-simulation/flightgear-0.8.0
>=media-libs/plib-1.4
virtual/glut"
+S="${WORKDIR}/${MY_P}"
+
+INSDESTTREE="/usr/games/lib/FlightGear"
+
src_compile() {
egamesconf --with-fgbase=/usr/games/lib/FlightGear || die
emake || die "emake failed"
@@ -36,6 +38,8 @@ src_install() {
}
pkg_postinst() {
+ games_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"