diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-02 21:51:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-02 21:51:06 +0000 |
commit | a7dd7ce1f1aa600c01622a9d335ec93139908204 (patch) | |
tree | 6ceaffeb41c4ad7428326a47a387f9617cee11d2 /games-sports/race/race-0.5.ebuild | |
parent | games-simulation/secondlife-bin is gone (diff) | |
download | historical-a7dd7ce1f1aa600c01622a9d335ec93139908204.tar.gz historical-a7dd7ce1f1aa600c01622a9d335ec93139908204.tar.bz2 historical-a7dd7ce1f1aa600c01622a9d335ec93139908204.zip |
games-sports/race is gone
Diffstat (limited to 'games-sports/race/race-0.5.ebuild')
-rw-r--r-- | games-sports/race/race-0.5.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/games-sports/race/race-0.5.ebuild b/games-sports/race/race-0.5.ebuild deleted file mode 100644 index b24f22247061..000000000000 --- a/games-sports/race/race-0.5.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.14 2010/09/09 16:37:31 mr_bones_ Exp $ - -EAPI=2 -inherit eutils toolchain-funcs games - -DESCRIPTION="OpenGL Racing Game" -HOMEPAGE="http://projectz.org/?id=70" -SRC_URI="ftp://users.freebsd.org.uk/pub/foobar2k/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl[audio,opengl,video] - media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer[mikmod]" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-gentoo.patch \ - "${FILESDIR}"/${P}-ldflags.patch - sed -i \ - -e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:g" \ - -e "s:GENTOO_CONFDIR:${GAMES_SYSCONFDIR}:g" \ - src/*.c || die "sed failed" - find data/ -type d -name .xvpics -print0 | xargs -0 rm -rf -} - -src_compile() { - emake CC="$(tc-getCC) ${CFLAGS}" || die "emake failed" -} - -src_install() { - dogamesbin race || die "dogamesbin failed" - insinto "${GAMES_SYSCONFDIR}" - newins config race.conf || die "newins failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* || die "doins failed" - newicon data/sea/map.bmp ${PN}.bmp - make_desktop_entry race Race /usr/share/pixmaps/${PN}.bmp - dodoc README - prepgamesdirs -} |