Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68299 Details for
Bug 94764
Ebuild for nexuiz
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild : games-fps/nexuiz-1.2.1
nexuiz-1.2.1.ebuild (text/plain), 2.21 KB, created by
fabien Zouaoui
on 2005-09-12 15:40:25 UTC
(
hide
)
Description:
ebuild : games-fps/nexuiz-1.2.1
Filename:
MIME Type:
Creator:
fabien Zouaoui
Created:
2005-09-12 15:40:25 UTC
Size:
2.21 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="a free deathmatch FPS based on the Quake I engine" >HOMEPAGE="http://www.nexuiz.com" >SRC_URI="mirror://sourceforge/${PN}/${PN}${PV//./}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dedicated sdl" > >RDEPEND="virtual/opengl > sdl? ( > media-libs/libsdl > media-libs/svgalib > ) > media-libs/libogg > media-libs/libvorbis > media-libs/jpeg > media-libs/alsa-lib > sys-libs/zlib" >DEPEND="${RDEPEND} > app-arch/unzip" > >S=${WORKDIR}/${PN/n/N} > >src_unpack() { > unpack ${A} > cd "${S}" > unzip $(ls nexuizenginesource* | head -n 1) > > sed s:GAMES_DATADIR:"${GAMES_DATADIR}"/${PN}: "${FILESDIR}"/${P}-fs.patch > \ > "${T}"/${P}-fs.patch \ > || die "sed in patch failed" > > cd darkplaces > epatch "${T}"/${P}-fs.patch > sed -i \ > -e "s:darkplaces-sdl:nexuiz-sdl: > s:darkplaces-glx:nexuiz-glx: > s:darkplaces-dedicated:nexuiz-dedicated:" \ > makefile.inc \ > || die "sed in makefile failed" >} > >src_compile() { > cd darkplaces > > emake cl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "emake cl-release failed" > > if use sdl; then > emake sdl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "emake sdl-release failed" > fi > > if use dedicated; then > emake sv-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "emake dedicated failed" > fi >} > >src_install() { > dogamesbin darkplaces/nexuiz-glx \ > || die "failed to install glx binary" > if use sdl; then > dogamesbin darkplaces/nexuiz-sdl \ > || die "failed to install sdl binary" > fi > if use dedicated; then > dogamesbin darkplaces/nexuiz-dedicated \ > || die "failed to install dedicated server" > fi > > insinto "${GAMES_DATADIR}"/${PN}/data > doins data/* || die "data copy failed" > install -o root -g games -m 0640 \ > darkplaces/darkplaces.ico \ > ${D}/"${GAMES_DATADIR}"/${PN}/nexuiz.ico \ > || die "icon copy failed" > insinto "${GAMES_DATADIR}"/${PN} > doins darkplaces/*.png || die "pictures copy failed" > > if use sdl; then > make_desktop_entry nexuiz-sdl "Nexuiz" > else > make_desktop_entry nexuiz-glx "Nexuiz" > fi > > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94764
:
60411
|
60412
|
60417
|
60419
|
60421
|
60719
|
61110
|
62317
|
62327
|
62372
|
62661
|
62732
|
62945
|
66855
|
67132
|
67133
|
67153
|
67266
|
68283
|
68284
| 68299 |
68347