Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308055 Details for
Bug 411099
games-simulation/tpt_merbo-1.0 - A mod of The Powder Toy, a particle simulator
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The eBuild file!
tpt_merbo-1.0.ebuild (text/plain), 845 bytes, created by
Ethan Carr
on 2012-04-07 02:40:53 UTC
(
hide
)
Description:
The eBuild file!
Filename:
MIME Type:
Creator:
Ethan Carr
Created:
2012-04-07 02:40:53 UTC
Size:
845 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit games > >DESCRIPTION="A mod of The Powder Toy, a particle simulator" >HOMEPAGE="https://github.com/Merbo/The-Powder-Toy/wiki/Main" >SRC_URI="https://github.com/Merbo/The-Powder-Toy/tarball/master" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="app-arch/bzip2 dev-lang/lua media-libs/libsdl sci-libs/fftw" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/compile > >src_unpack() { >unpack_makeself >} > >src_compile() { >#egamesconf || die "egamesconf failed" >emake || die "emake failed" >} > >src_install() { >dogamesbin ${PN} || die "dogamesbin failed" > >insinto "${GAMES_DATADIR}"/${PN} >doins -r data/* || die "doins failed" >dodoc README >doicon ${PN}.xpm >make_desktop_entry ${PN} The Powder Toy ${PN}.xpm > >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 411099
:
308055
|
308057
|
308091