summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-11 12:26:35 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-11 12:26:35 +0000
commitc9e5781499d5c516b39e7a45b475f01e04f46e97 (patch)
treecdffe15a600d2482841c484f1460fc53564b90d7 /games-sports/racer-bin
parentsimulation games (diff)
downloadhistorical-c9e5781499d5c516b39e7a45b475f01e04f46e97.tar.gz
historical-c9e5781499d5c516b39e7a45b475f01e04f46e97.tar.bz2
historical-c9e5781499d5c516b39e7a45b475f01e04f46e97.zip
sports games !
Diffstat (limited to 'games-sports/racer-bin')
-rw-r--r--games-sports/racer-bin/ChangeLog25
-rw-r--r--games-sports/racer-bin/Manifest4
-rw-r--r--games-sports/racer-bin/files/digest-racer-bin-0.5.0-r14
-rw-r--r--games-sports/racer-bin/files/racer-skel4
-rw-r--r--games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild45
5 files changed, 82 insertions, 0 deletions
diff --git a/games-sports/racer-bin/ChangeLog b/games-sports/racer-bin/ChangeLog
new file mode 100644
index 000000000000..fc43e8534f19
--- /dev/null
+++ b/games-sports/racer-bin/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for app-games/racer-bin
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/ChangeLog,v 1.1 2003/09/11 12:26:35 vapier Exp $
+
+ 12 Jul 2003; Michael Sterrett <msterret@gentoo.org>
+ racer-bin-0.5.0-r1.ebuild:
+ fix DESCRIPTION
+
+*racer-bin-0.5.0-r1 (07 Jul 2003)
+
+ 07 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
+ Add games.eclass support, more binaries, and correct support for libfmod.
+
+*racer-bin-0.5.0 (05 Jun 2003)
+
+ 05 Jun 2003; Martin Holzer <mholzer@gentoo.org> racer-bin-0.5.0.ebuild:
+ Updated depend. Closes #22294.
+
+*racer-0.4.9 (04 Apr 2003)
+
+ 04 Apr 2003; Seemant Kulleen <seemant@gentoo.org> racer-0.4.9.ebuild,
+ files/racer:
+ Long awaited ebuild for Racer. Thanks to: Mike Gardiner <driver@iinet.net.au>
+ in bug #13539
+
diff --git a/games-sports/racer-bin/Manifest b/games-sports/racer-bin/Manifest
new file mode 100644
index 000000000000..3c845d64f5cf
--- /dev/null
+++ b/games-sports/racer-bin/Manifest
@@ -0,0 +1,4 @@
+MD5 5876e93b4c202590b8d54994f2d35515 ChangeLog 840
+MD5 f9d05d90266bf7f644fb3abd771f47e6 racer-bin-0.5.0-r1.ebuild 1316
+MD5 eb49db94f23e77efd23b9f5bb0aea6ac files/racer-skel 108
+MD5 ec793a18da62c3b624926d6f67647d50 files/digest-racer-bin-0.5.0-r1 248
diff --git a/games-sports/racer-bin/files/digest-racer-bin-0.5.0-r1 b/games-sports/racer-bin/files/digest-racer-bin-0.5.0-r1
new file mode 100644
index 000000000000..5e911a1758d5
--- /dev/null
+++ b/games-sports/racer-bin/files/digest-racer-bin-0.5.0-r1
@@ -0,0 +1,4 @@
+MD5 12b8d06aa01b5c99f3b11a1ee8d767b8 /files/racer 37
+MD5 a832f6b1d33fa327332ebf9b666a16c2 /racer-bin-0.5.0.ebuild 1000
+MD5 9c6f4b03f8ebf9913e0a714ae23efe55 rr_data0.5.0.tgz 8197224
+MD5 2b08290c63b8fa7fa707abdb6cd20db8 rr_bin_linux0.5.0.tgz 2015099
diff --git a/games-sports/racer-bin/files/racer-skel b/games-sports/racer-bin/files/racer-skel
new file mode 100644
index 000000000000..7272f0c9b780
--- /dev/null
+++ b/games-sports/racer-bin/files/racer-skel
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd GENTOO_DIR
+export LD_LIBRARY_PATH=GENTOO_DIR/bin:${LD_LIBRARY_PATH}
+exec ./bin/GENTOO_BIN ${@}
diff --git a/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild b/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild
new file mode 100644
index 000000000000..5433ee25c42d
--- /dev/null
+++ b/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild,v 1.1 2003/09/11 12:26:35 vapier Exp $
+
+inherit games
+
+DESCRIPTION="A car simulation game focusing on realism, in the style of Grand Prix Legends"
+HOMEPAGE="http://www.racer.nl/"
+SRC_URI="http://download.tdconline.dk/pub/boomtown/racesimcentral/rr_data${PV}.tgz
+ http://download.tdconline.dk/pub/boomtown/racesimcentral/rr_bin_linux${PV}.tgz"
+
+LICENSE="Racer"
+SLOT="0"
+KEYWORDS="-* x86"
+
+RDEPEND="virtual/opengl
+ media-libs/libsdl
+ sys-libs/lib-compat
+ >=media-libs/fmod-3.61"
+
+S=${WORKDIR}/racer${PV}
+
+src_compile() {
+ einfo "Binary package. Nothing to compile"
+}
+
+src_install( ) {
+ local dir=${GAMES_PREFIX_OPT}/${PN}
+ dodir ${dir}
+
+ dodoc *.txt ; rm *.txt
+ cp -R ${S}/* ${D}/${dir}/
+
+ sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/racer-skel > racer-skel
+ for bin in carlab gplex modeler pacejka racer tracked ; do
+ newgamesbin racer-skel ${bin}
+ dosed "s:GENTOO_BIN:${bin}:" ${GAMES_BINDIR}/${bin}
+ done
+
+ local libfmod=`find /usr/lib/ -name 'libfmod-*so' -maxdepth 1 -type f -printf '%f'`
+ dosym /usr/lib/${libfmod} ${dir}/bin/libfmod-3.61.so
+ dosym /usr/lib/${libfmod} ${dir}/bin/libfmod-3.5.so
+
+ prepgamesdirs
+}