Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44796 Details for
Bug 71169
Wrong output after rtcw-1.41-r1 emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated rtcw-1.41-r1.ebuild
rtcw-1.41-r1.ebuild (text/plain), 2.46 KB, created by
Matthias Langhammer
on 2004-11-26 15:51:52 UTC
(
hide
)
Description:
updated rtcw-1.41-r1.ebuild
Filename:
MIME Type:
Creator:
Matthias Langhammer
Created:
2004-11-26 15:51:52 UTC
Size:
2.46 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41-r1.ebuild,v 1.2 2004/08/22 17:50:19 wolf31o2 Exp $ > >inherit games > >DESCRIPTION="Return to Castle Wolfenstein - Long awaited sequel to Wolfenstein 3D" >HOMEPAGE="http://games.activision.com/games/wolfenstein/" >SRC_URI="mirror://3dgamers/pub/3dgamers5/games/returnwolfenstein/Missions/wolf-linux-goty-maps.x86.run > mirror://3dgamers/pub/3dgamers/games/returnwolfenstein/Missions/wolf-linux-goty-maps.x86.run > ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.41-3.x86.run > mirror://3dgamers/pub/3dgamers5/games/returnwolfenstein/wolf-linux-1.41-3.x86.run > mirror://3dgamers/pub/3dgamers/games/returnwolfenstein/wolf-linux-1.41-3.x86.run" > >LICENSE="RTCW" >SLOT="0" >KEYWORDS="x86" >IUSE="opengl dedicated" >RESTRICT="nostrip nomirror" > >DEPEND="virtual/libc" >RDEPEND="dedicated? ( app-misc/screen ) > !dedicated? ( virtual/opengl ) > opengl? ( virtual/opengl )" > >S=${WORKDIR} > >pkg_setup() { > check_license || die "License check failed" > games_pkg_setup >} > >src_unpack() { > unpack_makeself wolf-linux-goty-maps.x86.run > unpack_makeself wolf-linux-1.41-3.x86.run >} > >src_install() { > local dir=${GAMES_PREFIX_OPT}/${PN} > dodir ${dir} > > cp -r main Docs pb ${D}/${dir}/ > > exeinto ${dir} > doexe bin/Linux/x86/*.x86 openurl.sh > > games_make_wrapper wolf ./wolf.x86 ${dir} > games_make_wrapper wolfsp ./wolfsp.x86 ${dir} > > if use dedicated; > then > games_make_wrapper wolf-ded ./wolfded.x86 ${dir} > exeinto /etc/init.d > newexe ${FILESDIR}/wolf-ded.rc wolf-ded > dosed "s:GENTOO_DIR:${dir}:" /etc/init.d/wolf-ded > fi > > insinto ${dir} > doins WolfMP.xpm WolfSP.xpm INSTALL QUICKSTART CHANGES RTCW-README-1.4.txt > insinto /usr/share/pixmaps > doins WolfMP.xpm > > prepgamesdirs > make_desktop_entry wolf "Return to Castle Wolfenstein" WolfMP.xpm >} > >pkg_postinst() { > games_pkg_postinst > einfo "You need to copy pak0.pk3, mp_pak0.pk3, mp_pak1.pk3, mp_pak2.pk3," > einfo "sp_pak1.pk3 and sp_pak2.pk3 from a Window installation into ${GAMES_PREFIX_OPT}/${PN}/main/" > echo > einfo "To play the game run:" > einfo " wolfsp (single-player)" > einfo " wolf (multi-player)" > if use dedicated; > then > echo > einfo "To start a dedicated server run:" > einfo " /etc/init.d/wolf-ded start" > echo > einfo "To run the dedicated server at boot, type:" > einfo " rc-update add wolf-ded default" > echo > einfo "The dedicated server is started under the ${GAMES_USER_DED} user account" > 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 71169
: 44796 |
44797