games-simulation/gl117 - 1.3.2 (gentoo)

Search

Install

Install this version:

emerge -a =games-simulation/gl117-1.3.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-simulation/gl117-1.3.2

Or alternatively:

emerge --autounmask-write -a =games-simulation/gl117-1.3.2

Package Information

Description:
Action flight simulator
Homepage:
https://sourceforge.net/projects/gl-117/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.3.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit desktop

MY_P="gl-117-${PV}-src"

DESCRIPTION="Action flight simulator"
HOMEPAGE="https://sourceforge.net/projects/gl-117/"
SRC_URI="
	https://downloads.sourceforge.net/gl-117/${MY_P}.tar.bz2
	https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/${PN}.png"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	media-libs/freeglut
	media-libs/libsdl[joystick,opengl,sound,video]
	media-libs/sdl-mixer[mod]
	virtual/glu
	virtual/opengl"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-mode.patch
)

src_install() {
	default

	doman doc/gl-117.6
	dodoc doc/gl-117.pdf

	doicon "${DISTDIR}"/${PN}.png
	make_desktop_entry gl-117 GL-117
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/freeglut
	media-libs/libsdl[joystick,opengl,sound,video]
	media-libs/sdl-mixer[mod]
	virtual/glu
	virtual/opengl

RDEPEND

	media-libs/freeglut
	media-libs/libsdl[joystick,opengl,sound,video]
	media-libs/sdl-mixer[mod]
	virtual/glu
	virtual/opengl

Manifest for 1.3.2

Type File Size Source URLs
DIST gl-117-1.3.2-src.tar.bz2 2411075 bytes https://downloads.sourceforge.net/gl-117/gl-117-1.3.2-src.tar.bz2
DIST gl117.png 2274 bytes https://distfiles.gentoo.org/pub/dev/ionen@gentoo.org/gl117.png