Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181667 Details for
Bug 239065
initial ebuild for opengl gravity breakout "flipout"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-arcade/flipout/flipout-1.1.ebuild
flipout-1.1.ebuild (text/plain), 1.03 KB, created by
Account removed
on 2009-02-11 13:15:01 UTC
(
hide
)
Description:
games-arcade/flipout/flipout-1.1.ebuild
Filename:
MIME Type:
Creator:
Account removed
Created:
2009-02-11 13:15:01 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > > >DESCRIPTION="FlipOut is a breakout game with physics." >HOMEPAGE="http://www.tdb.fi/flipout.shtml" >SRC_URI="http://www.tdb.fi/files/${PN}-${PV}-bin.tar.gz > http://www.frostworx.de/files/${PN}-${PV}-source.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/opengl > media-libs/devil > dev-games/ode > media-libs/libvorbis > media-libs/openal > x11-libs/libXxf86vm > dev-libs/libsigc++" > >RDEPEND="" > >S=${WORKDIR}/${MY_PN} > >src_unpack(){ > unpack ${A} > epatch "${FILESDIR}"/${P}-path.patch >} > >src_compile() { > cd "${S}/source" > emake || die >} > >src_install() { > cd "${S}/source" > dogamesbin ${PN} > > cd "${S}/flipout" > local datadir="${GAMES_DATADIR}"/${PN} > dodir ${datadir} > insinto "${GAMES_DATADIR}"/${PN} > doins -r music flipout.data || die > ># newicon "${FILESDIR}"/${PN}.png ${PN}.png ># make_desktop_entry ${PN} ${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 239065
:
166770
|
166771
| 181667 |
181669