Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116997 Details for
Bug 174032
quake3-openarena-9999.ebuild (svn ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
keywords changed
quake3-openarena-9999.ebuild (text/plain), 1.87 KB, created by
Markus Rathgeb
on 2007-04-22 15:54:48 UTC
(
hide
)
Description:
keywords changed
Filename:
MIME Type:
Creator:
Markus Rathgeb
Created:
2007-04-22 15:54:48 UTC
Size:
1.87 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># This ebuild come from http://bugs.gentoo.org/show_bug.cgi?id=144705 - The site http://gentoo.zugaina.org/ only host a copy. ># Small modifications by Ycarus > >inherit subversion versionator games > >ESVN_REPO_URI="http://openarena.ws/svn/" > >DESCRIPTION="Open-source replacement content for Quake 3 Arena, effectively creating a free stand-alone game" >HOMEPAGE="http://cheapy.deathmask.net/ > http://scratchpad.wikia.com/wiki/OpenArena" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* ~x86 ~amd64" >IUSE="dedicated smp" >RESTRICT="strip" > >RDEPEND="virtual/opengl > media-libs/openal > media-libs/libsdl > x11-libs/libXext > x11-libs/libX11 > x11-libs/libXau > x11-libs/libXdmcp" >DEPEND="app-arch/unzip" > >src_compile() { > #S: /var/tmp/portage/games-fps/quake3-openarena-9999/work/quake3-openarena-9999 > #WORKDIR: /var/tmp/portage/games-fps/quake3-openarena-9999/work > #SOURCEDIR: > #PN: quake3-openarena > #GAMES_PREFIX_OPT: /opt > cd ${S} > sh buildpk3nix.sh > mkdir baseoa > mv *.pk3 baseoa >} > >src_install() { > local dir=${GAMES_PREFIX_OPT}/${PN} > > local ded_exe="ioq3ded" exe="ioquake3" fold ext > if use smp ; then > ext="-smp" > ded_exe="${ded_exe}${ext}" > exe="${exe}${ext}" > fi > if use amd64 ; then > fold="bin/release-linux-x86_64" > ext=".x86_64" > else > fold="bin/release-linux-i386" > ext=".i386" > fi > mv ${S}/${fold}/* ${S} > ded_exe="${ded_exe}${ext}" > exe="${exe}${ext}" > > exeinto "${dir}" > doexe "${exe}" || die > if use dedicated ; then > doexe "${ded_exe}" || die > games_make_wrapper ${PN}-ded "./${ded_exe}" "${dir}" > fi > > insinto "${dir}" > doins -r baseoa || die > doins CHANGES CREDITS LINUXNOTES README > > games_make_wrapper ${PN} "./${exe}" "${dir}" > # No icon is supplied, so use Quake 3's icon if available > make_desktop_entry ${PN} "Quake III - Open Arena" quake3.png > > 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 174032
:
115897
|
116997
|
116999
|
125252
|
127199
|
127201
|
127202