Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 67153 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]
games-fps/nexuiz-1.2
nexuiz-1.2.ebuild (text/plain), 2.01 KB, created by
fabien Zouaoui
on 2005-08-29 01:36:05 UTC
(
hide
)
Description:
games-fps/nexuiz-1.2
Filename:
MIME Type:
Creator:
fabien Zouaoui
Created:
2005-08-29 01:36:05 UTC
Size:
2.01 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games eutils > >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/libogg > media-libs/libvorbis > media-libs/jpeg > 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) > > # can't use dosed, because it only works for things in ${D}, not ${S} > sed s:GAMES_DATADIR:"${GAMES_DATADIR}"/${PN}: "${FILESDIR}"/${P}-fs.patch > \ > ${T}/${P}-fs.patch \ > || die "sed failed" > > cd ${S}/darkplaces > epatch ${T}/${P}-fs.patch || die "patch failed" >} > >src_compile() { > cd ${S}/darkplaces > > emake cl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "failed building cl-release" > > if use sdl; then > emake sdl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "failed building sdl-release" > fi > > if use dedicated; then > emake sv-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS}" \ > || die "failed building sv-release" > fi >} > >src_install() { > dogamesbin darkplaces/nexuiz-glx \ > || die "failed installing binary" > if use sdl; then > dogamesbin darkplaces/nexuiz-sdl \ > || die "failed installing sdl binary" > fi > if use dedicated; then > dogamesbin darkplaces/nexuiz-dedicated \ > || die "failed installing dedicated server" > fi > > insinto "${GAMES_DATADIR}"/${PN}/data > doins data/* || die "failed installing data" > doins darkplaces/nexuiz.ico || die "failed installing icon" > > if use sdl; then > make_desktop_entry nexuiz-sdl "Nexuiz" \ > || die "failed creating desktop entry" > else > make_desktop_entry nexuiz-glx "Nexuiz" \ > || die "failed creating desktop entry" > 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