games-sports/stormbaancoureur: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21556
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Alexey Sokolov 2021-07-07 23:48:08 +01:00 committed by Ionen Wolkens
parent 7112bef07b
commit 2c0adc5028
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
1 changed files with 0 additions and 44 deletions

View File

@ -1,44 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit desktop
DESCRIPTION="Simulated obstacle course for automobiles"
HOMEPAGE="http://www.stolk.org/stormbaancoureur/"
SRC_URI="http://www.stolk.org/stormbaancoureur/download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
>=dev-games/ode-0.8
media-libs/alsa-lib
media-libs/freeglut
>=media-libs/plib-1.8.4
virtual/glu
virtual/opengl"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}/src-${PN}
PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
)
src_prepare() {
default
sed -ie "s:GENTOODIR:/usr/share/${PN}:" main.cxx || die
}
src_install() {
dobin ${PN}
insinto /usr/share/${PN}
doins -r images/ models/ sounds/ shaders/
dodoc JOYSTICKS README TODO
make_desktop_entry ${PN} "Stormbaan Coureur"
}