Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136391 Details for
Bug 197755
games-action/deadlysoccerball (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
deadlysoccerball-0.1.ebuild (text/plain), 1.25 KB, created by
Account removed
on 2007-11-19 16:59:11 UTC
(
hide
)
Description:
games-action/deadlysoccerball/deadlysoccerball-0.1.ebuild
Filename:
MIME Type:
Creator:
Account removed
Created:
2007-11-19 16:59:11 UTC
Size:
1.25 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=deadlysoccerball > > >DESCRIPTION="space soccer ball shooting missiles around" >HOMEPAGE="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs248-05/" >SRC_URI="http://www-graphics.stanford.edu/courses/cs248-videogame-competition/cs248-05/theDeadlySoccerBall.tar.gz" > >LICENSE="unknown" >SLOT="0" >KEYWORDS="~ppc ~x86" > >DEPEND="media-libs/libsdl > media-libs/mesa" > >S=${WORKDIR}/${MY_PN} > > >src_unpack(){ > unpack ${A} > epatch ${FILESDIR}/${P}.diff > cd src/ > sed -i \ > -e 's:"\(Sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i World.cpp \ > -e 's:"\(Textures/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i World.cpp \ > || die "sed failed" > sed -s \ > -e 's/\theDeadlySoccerBall/deadlysoccerball/g' -i Makefile \ > || die "sed failed" >} > > >src_install() { > dogamesbin theDeadlySoccerBall > > local datadir="${GAMES_DATADIR}"/${PN} > dodir ${datadir} > insinto "${GAMES_DATADIR}"/${PN} > doins -r Sounds Textures || die > newicon ${FILESDIR}/${PN}.png ${PN}.png > make_desktop_entry theDeadlySoccerBall ${PN} > dodoc README.txt > 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 197755
:
134875
|
134876
|
136389
|
136391
|
138854
|
138855
|
138857