Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 127726 Details for
Bug 188454
ebuild using gdc for aba-game "tumiki fighters"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-action/tumikifighters/tumikifighters-0.2.ebuild
tumikifighters-0.2.ebuild (text/plain), 1.11 KB, created by
Account removed
on 2007-08-11 11:31:58 UTC
(
hide
)
Description:
games-action/tumikifighters/tumikifighters-0.2.ebuild
Filename:
MIME Type:
Creator:
Account removed
Created:
2007-08-11 11:31:58 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >MY_PN=tf >MY_PV=${PV//./_} > >DESCRIPTION="Stick more enemies and become much stronger. Sticky 2D shooter, 'TUMIKI Fighters'. " >HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html" >SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~ppc ~x86" > >DEPEND="media-libs/libsdl > media-libs/mesa > media-libs/sdl-mixer > dev-libs/bulletss" > >S=${WORKDIR}/${MY_PN} > >pkg_setup() { > games_pkg_setup > > # gcc must be built with "d" USE-FLAG > if ! built_with_use sys-devel/gcc d; then > ewarn "sys-devel/gcc must be built with d for this package" > ewarn "to function." > die "recompile gcc with USE=\"d\"" > fi > >} > >src_unpack(){ > unpack ${A} > epatch ${FILESDIR}/${P}.diff >} > >src_install() { > dogamesbin ${PN} > > local datadir="${GAMES_DATADIR}"/${PN} > dodir ${datadir} > insinto "${GAMES_DATADIR}"/${PN} > doins -r barrage enemy field sounds stage tumiki || die > > dodoc readme* > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst >}
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 188454
:
127726
|
127727
|
128567
|
128993
|
128994
|
130345
|
131400
|
132756
|
136278
|
136280
|
181642