Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 336540 Details for
Bug 453476
gameandwatch-0.3.ebuild - This is a generic engine for simulation of Game & Watch-like games
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gameandwatch-0.3.ebuild
gameandwatch-0.3.ebuild (text/plain), 995 bytes, created by
daktak
on 2013-01-23 03:24:22 UTC
(
hide
)
Description:
gameandwatch-0.3.ebuild
Filename:
MIME Type:
Creator:
daktak
Created:
2013-01-23 03:24:22 UTC
Size:
995 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit games subversion autotools-utils > >BUILD_DIR="${S}/gamewatch/tags/rel-${PV}" >DESCRIPTION="This is a generic engine for simulation of Game & Watch-like games" >HOMEPAGE="http://www.rangelreale.com/programming/game-watch-simulator" > >ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}" >ESVN_PROJECT="rel-${PV}" >AUTOTOOLS_AUTORECONF=Y > >PATCHES=( "${FILESDIR}/${P}.patch" ) > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" >#BUILD_DIR="${MY_S}" >DEPEND="media-libs/sdl-mixer \ > media-libs/sdl-image \ > media-libs/sdl-gfx \ > sys-devel/boost-m4 \ > sys-devel/autoconf-archive \ > dev-perl/File-pushd" > >RDEPEND="${DEPEND}" > >INSOPTIONS="-ggames" > >src_prepare() { > S=${BUILD_DIR} > cd ${BUILD_DIR} > autotools-utils_src_prepare || die >} > >src_install() { > insinto /usr/share/${PN} || die > doins -r data || die > dobin src/gameandwatch || die >}
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 453476
:
336442
|
336444
|
336538
| 336540