Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81526 Details for
Bug 125244
games-fps/rocketarena_ut-1.60 - Rocket Arena UT Mod
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rocketarena_ut-1.60.ebuild
rocketarena_ut-1.60.ebuild (text/plain), 1.29 KB, created by
patrick
on 2006-03-06 07:28:39 UTC
(
hide
)
Description:
rocketarena_ut-1.60.ebuild
Filename:
MIME Type:
Creator:
patrick
Created:
2006-03-06 07:28:39 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="Rocket Arena UT" > ># Homepage, not used by Portage directly but handy for developer reference >HOMEPAGE="http://www.planetunreal.com/arena/" > ># Point to any required sources; these will be automatically downloaded by ># Portage. >SRC_URI="ftp://expdownload:dudummerpiratleecher@ftp2.extreme-players.de/Games/ut/mod/rocketut/RocketArenaUTFull${PV/./}.zip" > >LICENSE="as-is" > >SLOT="0" > >KEYWORDS="-* ~amd64 ~x86" > >IUSE="" > >DEPEND="app-arch/unzip > || ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) > games-util/umodpack" > >RDEPEND="X? ( virtual/x11 )" > >S=${WORKDIR} > >src_install() { > # unpack the umod > umod -v -b `pwd` -x RocketArenaUTFull${PV/./}.umod || die "could not unpack RocketArenaUTFull${PV/./}.umod" > if has_version games-fps/unreal-tournament-bonuspacks ; then > umod -v -b `pwd` -x RocketArenaUTBonusPack${PV/./}.umod || die "could not unpack RocketArenaUTBonusPack${PV/./}.umod" > fi > > # move stuff around > rm RocketArenaUTFull${PV/./}.umod RocketArenaUTBonusPack${PV/./}.umod > mkdir Help > mv RocketArenaReadme.txt Help > > # install it all > local dir=${GAMES_PREFIX_OPT}/unreal-tournament > dodir ${dir} > mv * ${D}/${dir}/ > > 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 125244
: 81526 |
81527