diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:19:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:19:04 +0000 |
commit | 0b3dff9eca99c16dafe6b23c8497f3c6068ceb88 (patch) | |
tree | 971c12afb0097d80501b543e2e2ee47926fcc61e /games-sports/racer-bin | |
parent | typo fix (Manifest recommit) (diff) | |
download | gentoo-2-0b3dff9eca99c16dafe6b23c8497f3c6068ceb88.tar.gz gentoo-2-0b3dff9eca99c16dafe6b23c8497f3c6068ceb88.tar.bz2 gentoo-2-0b3dff9eca99c16dafe6b23c8497f3c6068ceb88.zip |
IUSE
Diffstat (limited to 'games-sports/racer-bin')
-rw-r--r-- | games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
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 index 8e002ef6933b..438b94570bbe 100644 --- a/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild +++ b/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/03/20 12:59:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/racer-bin/racer-bin-0.5.0-r1.ebuild,v 1.4 2004/05/04 02:19:04 mr_bones_ Exp $ inherit games @@ -12,13 +12,14 @@ SRC_URI="http://download.tdconline.dk/pub/boomtown/racesimcentral/rr_data${PV}.t LICENSE="Racer" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="virtual/opengl media-libs/libsdl sys-libs/lib-compat >=media-libs/fmod-3.61" -S=${WORKDIR}/racer${PV} +S="${WORKDIR}/racer${PV}" src_compile() { einfo "Binary package. Nothing to compile" @@ -31,10 +32,10 @@ src_install( ) { dodoc *.txt || die "dodoc failed" rm -f *.txt - cp -R ${S}/* ${D}/${dir}/ || die "cp failed" + cp -R ${S}/* "${D}/${dir}/" || die "cp failed" - sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/racer-skel > racer-skel || \ - die "sed failed" + sed -e "s:GENTOO_DIR:${dir}:" "${FILESDIR}/racer-skel" > racer-skel \ + || die "sed failed" for f in carlab gplex modeler pacejka racer tracked do |