Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60417 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]
last fix before non-bin
nexuiz-bin-1.0.ebuild (text/plain), 1.37 KB, created by
Damien Thébault
on 2005-06-01 14:58:26 UTC
(
hide
)
Description:
last fix before non-bin
Filename:
MIME Type:
Creator:
Damien Thébault
Created:
2005-06-01 14:58:26 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $$ > >inherit games > >DESCRIPTION="NEXUIZ FPS" >HOMEPAGE="http://www.nexuiz.com" >SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/nexuiz/nexuiz.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="sdl" > >RDEPEND="sdl? ( media-libs/libsdl ) > virtual/opengl" > >src_unpack() { > unpack ${A} > > cd "${WORKDIR}/Nexuiz" >} > >src_install() { > cd "${WORKDIR}/Nexuiz" > > dodir /opt/nexuiz > exeinto /opt/nexuiz > exeopts -m0755 -o $GAMES_USER -g $GAMES_GROUP > doexe nexuiz-linux-x86-dedicated nexuiz-linux-x86-glx > use sdl && doexe nexuiz-linux-x86-sdl > if use amd64 > then > doexe nexuiz-linux-x86_64-dedicated nexuiz-linux-x86_64-glx > use sdl && doexe nexuiz-linux-x86_64-sdl > fi > > > dodir /opt/nexuiz/data > insinto /opt/nexuiz/data > insopts -m0644 -o $GAMES_USER -g $GAMES_GROUP > doins data/* > > if use x86 > then > use sdl && games_make_wrapper nexuiz-sdl ./nexuiz-linux-x86-sdl /opt/nexuiz > games_make_wrapper nexuiz-glx ./nexuiz-linux-x86-glx /opt/nexuiz > games_make_wrapper nexuiz-ded ./nexuiz-linux-x86-dedicated /opt/nexuiz > else # use amd64 > use sdl && games_make_wrapper nexuiz-sdl ./nexuiz-linux-x86_64-sdl /opt/nexuiz > games_make_wrapper nexuiz-glx ./nexuiz-linux-x86_64-glx /opt/nexuiz > games_make_wrapper nexuiz-ded ./nexuiz-linux-x86_64-dedicated /opt/nexuiz > fi >} >
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