Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 141303 Details for
Bug 206287
games-arcade/teeworlds (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
teewars-0.3.3.ebuild (New Package) Update
teewars-0.3.3.ebuild (text/plain), 1.88 KB, created by
Maxim A. Novoselov
on 2008-01-19 16:03:29 UTC
(
hide
)
Description:
teewars-0.3.3.ebuild (New Package) Update
Filename:
MIME Type:
Creator:
Maxim A. Novoselov
Created:
2008-01-19 16:03:29 UTC
Size:
1.88 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="Teewars is a multiplayer 2D shooter (Soldat.pl like developed by cool MacOS man)" >HOMEPAGE="http://www.teewars.com/" >SRC_URI="http://www.teewars.com/files/teewars-${PV}-src.zip > http://www.teewars.com/files/bam.zip" > >LICENSE="TEEWARS" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="dedicated debug" > >DEPEND="virtual/opengl > virtual/glu > app-arch/unzip" > >MY_P="teewars-${PV}-src" > >src_unpack() { > unpack ${A} > sed -i -e "s:data/:${GAMES_DATADIR}/${PN}/data/:g" \ > ${WORKDIR}/${MY_P}/datasrc/teewars.ds \ > ${WORKDIR}/${MY_P}/src/engine/client/ec_gfx.c \ > ${WORKDIR}/${MY_P}/src/editor/editor.cpp \ > ${WORKDIR}/${MY_P}/src/game/client/gc_skin.cpp \ > ${WORKDIR}/${MY_P}/src/engine/e_map.c \ > ${WORKDIR}/${MY_P}/src/engine/server/es_server.c \ > ${WORKDIR}/${MY_P}/src/engine/client/ec_client.c || die "sed-ing default datadir location failed" >} > >src_compile() { > cd "${WORKDIR}/bam" > ./make_unix.sh > cd "${WORKDIR}/${MY_P}" > if use dedicated ; then > if use debug ; then > ../bam/src/bam server_debug > else > ../bam/src/bam server_release > fi > else > if use debug ; then > ../bam/src/bam debug > else > ../bam/src/bam release > fi > fi >} > >src_install() { > if use dedicated ; then > if use debug ; then > dogamesbin ${MY_P}/teewars_srv_d || die "install teewars binary failed" > else > dogamesbin ${MY_P}/teewars_srv || die "install teewars binary failed" > fi > else > if use debug ; then > dogamesbin ${MY_P}/teewars_d ${MY_P}/teewars_srv_d || die "install teewars binary failed" > else > dogamesbin ${MY_P}/teewars ${MY_P}/teewars_srv || die "install teewars binary failed" > fi > fi > insinto "${GAMES_DATADIR}/${PN}" > doins -r ${MY_P}/data || die "doins -r failed" > dodoc ${MY_P}/readme.txt > 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 206287
:
141098
|
141149
|
141150
|
141185
|
141303
|
141558
|
142136
|
142142
|
142146
|
143454
|
146976
|
146988
|
146989
|
147018
|
154085
|
164157
|
170238
|
170240
|
170982
|
170983
|
171804
|
178738
|
180627
|
180629
|
180630
|
180984
|
182349
|
182351
|
184778
|
188334
|
188336
|
210802
|
214238