# Copyright 2003 Daniel Weller # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_P="gl-117-0.9" S="${WORKDIR}/${MY_P}" DESCRIPTION="GL-117 is an action flight simulator for Linux/Unix and MSWindows." SRC_URI="mirror://sourceforge/gl-117/gl-117-0.9.tar.gz" HOMEPAGE="http://home.t-online.de/home/primetime./gl-117/" IUSE="sdl" KEYWORDS="x86" SLOT="0" LICENSE="GPL" DEPEND="virtual/x11 virtual/opengl virtual/glu virtual/glut" src_compile() { egamesconf || die emake || die "Compilation failed" } src_install() { make install DESTDIR=${D} || die prepgamesdirs }