|
|
# Copyright 1999-2006 Gentoo Foundation | # Copyright 1999-2006 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-1.2.1.ebuild,v 1.4 2006/01/13 21:57:52 dertobi123 Exp $ |
# $Header: $ |
| |
inherit eutils games | inherit eutils games |
| |
DESCRIPTION="a free deathmatch FPS based on the Quake I engine" | DESCRIPTION="a free deathmatch FPS based on the Quake I engine" |
HOMEPAGE="http://www.nexuiz.com" | HOMEPAGE="http://www.nexuiz.com" |
SRC_URI="mirror://sourceforge/${PN}/${PN}${PV//./}.zip" |
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV//./}.zip" |
| |
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~amd64 ~ppc x86" |
KEYWORDS="~x86" |
IUSE="dedicated sdl" | IUSE="dedicated sdl" |
| |
RDEPEND="virtual/opengl | RDEPEND="virtual/opengl |
|
|
| |
cd darkplaces | cd darkplaces |
sed -i \ | sed -i \ |
-e "/strcpy(fs_basedir/s:\.:${GAMES_DATADIR}/${PN}:" \ |
-e "/strcpy(fs_basedir/s:\"\":\"${GAMES_DATADIR}/${PN}\":" \ |
fs.c \ | fs.c \ |
|| die "sed failed" | || die "sed failed" |
| |