Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81550 Details for
Bug 125277
games-action/xshipwars-2.5.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-action/xshipwars-2.5.4.ebuild
xshipwars-2.5.4.ebuild (text/plain), 2.76 KB, created by
MT
on 2006-03-06 11:59:39 UTC
(
hide
)
Description:
games-action/xshipwars-2.5.4.ebuild
Filename:
MIME Type:
Creator:
MT
Created:
2006-03-06 11:59:39 UTC
Size:
2.76 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-action/xshipwars/xshipwars-2.4.7.ebuild,v 1.3 2006/01/28 21:19:11 joshuabaergen Exp $ > >inherit toolchain-funcs eutils games > >MY_P=xsw-${PV} >DESCRIPTION="massively multi-player, ultra graphical, space-oriented gaming system designed exclusively for network play" >HOMEPAGE="http://wolfpack.twu.net/ShipWars/XShipWars/" >SRC_URI="http://wolfpack.twu.net/users/wolfpack/${MY_P}.tar.bz2 > http://wolfpack.twu.net/users/wolfpack/xsw-data-${PV}.tar.bz2 > http://wolfpack.twu.net/users/wolfpack/stimages-1.9.7.tar.bz2 > http://wolfpack.twu.net/users/wolfpack/stsounds-1.6.4.tar.bz2" > >LICENSE="GPL-2 xshipwars" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="joystick yiff esd" > >RDEPEND="|| ( x11-libs/libXpm virtual/x11 ) > joystick? ( media-libs/libjsw ) > yiff? ( media-libs/yiff ) > esd? ( >=media-sound/esound-0.2.23 )" >DEPEND="${RDEPEND} > || ( x11-proto/xextproto virtual/x11 )" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-build.patch > epatch "${FILESDIR}"/${P}-client.patch > epatch "${FILESDIR}"/${P}-monitor.patch > epatch "${FILESDIR}"/${P}-unvedit.patch > sed -i \ > -e "/^BINDIR/s:=.*:=${GAMES_BINDIR}:" \ > -e "/^DATADIR/s:=.*:=${GAMES_DATADIR}:" \ > */Makefile.install.UNIX || die >} > >src_compile() { > local myconf=" \ > --disable-debug \ > $(use_enable joystick libjsw) \ > --enable-X11 \ > --enable-libXpm \ > $(use_enable yiff Y2) \ > $(use_enable esd ESounD) \ > " > # xsw uses --{en,dis}able=FEATURE syntax > myconf=${myconf//able-/able=} > > local x > for x in client monitor unvedit ; do #server > echo ./configure.${x} Linux --prefix=${GAMES_PREFIX} ${myconf} > ./configure.${x} Linux --prefix=${GAMES_PREFIX} ${myconf} || die "configure ${x}" > emake -j1 -f Makefile.${x} all || die "build ${x}" > done >} > >src_install() { > local x > for x in client monitor unvedit ; do #server > make -f Makefile.${x} DESTDIR="${D}" install || die "Failed > installation of: ${x}" > done > > einfo "qui1" > > insinto "${GAMES_DATADIR}"/${PN} > doins -r "${WORKDIR}"/{etc,images,sounds} || die "doins data" > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > echo > #einfo "Before playing, you should get a copy of the installed " > #einfo "global XShipWars client configuration file and copy it to " > #einfo "your home directory: " > #echo > #einfo "# mkdir ~/.shipwars/" > #einfo "# cd /usr/share/games/xshipwars/etc/ " > #einfo "# cp xshipwarsrc ~/.shipwars/xshipwarsrc " > #einfo "# cp universes ~/.shipwars/universes " > #echo > einfo "You will probably need to edit the xsw.ini to fit your needs." > echo > einfo "Type 'xsw &' to start the game" > einfo "Type 'monitor &' to start the Universe Monitor" > einfo "Type 'unvedit &' to start the Universe Editor" > echo >}
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 125277
: 81550 |
81551
|
81552
|
81553
|
81554