Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62661 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]
nexuiz-1.1.ebuild
nexuiz-1.1.ebuild (text/plain), 1.57 KB, created by
Damien Thébault
on 2005-07-05 05:54:49 UTC
(
hide
)
Description:
nexuiz-1.1.ebuild
Filename:
MIME Type:
Creator:
Damien Thébault
Created:
2005-07-05 05:54:49 UTC
Size:
1.57 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="NEXUIZ FPS" >HOMEPAGE="http://www.nexuiz.com" >SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/nexuiz/nexuiz11.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="sdl dedicated" > >RDEPEND="sdl? ( media-libs/libsdl )" >DEPEND="virtual/opengl > app-arch/unzip > media-libs/jpeg > media-libs/libogg > media-libs/libsdl > media-libs/libvorbis > sys-libs/zlib > ${RDEPEND}" > >S="${WORKDIR}/Nexuiz" > >src_unpack() { > unpack ${A} >} > >src_compile() { > cd "${S}/sources/darkplaces" > > make cl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS} -ffast-math" \ > && cp nexuiz-glx ../.. > > if use sdl > then > make sdl-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS} -ffast-math" \ > && cp nexuiz-sdl ../.. > fi > > if use dedicated > then > make sv-release \ > CFLAGS_RELEASE="" OPTIM_RELEASE="" \ > CFLAGS_COMMON="${CFLAGS} -ffast-math" \ > && cp nexuiz-dedicated ../.. > fi >} > >src_install() { > cd "${S}" > > dodir /opt/nexuiz > exeinto /opt/nexuiz > exeopts -m0755 -o ${GAMES_USER} -g ${GAMES_GROUP} > > doexe nexuiz-glx > use sdl && doexe nexuiz-sdl > use dedicated && doexe nexuiz-dedicated > > dodir /opt/nexuiz/data > insinto /opt/nexuiz/data > insopts -m0644 -o ${GAMES_USER} -g ${GAMES_GROUP} > doins data/* > > games_make_wrapper nexuiz-glx ./nexuiz-glx /opt/nexuiz > use sdl && games_make_wrapper nexuiz-sdl ./nexuiz-sdl /opt/nexuiz > use dedicated && games_make_wrapper nexuiz-ded ./nexuiz-dedicated /opt/nexuiz >} >
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