Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40241 Details for
Bug 65125
new ebuild zsnes-1.37pre20040920.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild file
zsnes-1.37_pre20040920.ebuild (text/plain), 1.53 KB, created by
John Ratliff
on 2004-09-23 12:52:06 UTC
(
hide
)
Description:
the ebuild file
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2004-09-23 12:52:06 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.37_pre20040803.ebuild,v 1.1 2004/08/15 07:30:27 vapier Exp $ > >inherit games eutils flag-o-matic > >DESCRIPTION="SNES (Super Nintendo) emulator that uses x86 assembly" >HOMEPAGE="http://www.zsnes.com/ http://ipherswipsite.com/zsnes/" >SRC_URI="http://www.ipherswipsite.com/files/zsnes/ZSNESS_${PV/*2004}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* ~x86 ~amd64" >IUSE="opengl" > ># we need libsdl for headers on amd64, even though we'll technically be using ># the 32bit sdl from emul-linux-x86-sdl. >RDEPEND="opengl? ( virtual/opengl ) > >=media-libs/libsdl-1.2.0 > amd64? ( app-emulation/emul-linux-x86-sdl ) > sys-libs/zlib > media-libs/libpng" >DEPEND="${RDEPEND} > >=dev-lang/nasm-0.98 > sys-devel/automake > >=sys-devel/autoconf-2.58" > >S="${WORKDIR}/${PN}" > >multilib_check() { > if has_m32 ; then > einfo "multilib detected, adding -m32 to CFLAGS. note that opengl" > einfo "support probably wont work quite right." > append-flags -m32 > else > die "zsnes requires multilib support in gcc. please re-emerge gcc with multilib in USE and try again" > fi >} > >src_unpack() { > unpack ${A} > cd ${S}/src > aclocal && autoconf || die "autotools failed" >} > >src_compile() { > use amd64 && multilib_check > > cd src > egamesconf $(use_with opengl) || die > emake || die "emake failed" >} > >src_install() { > dogamesbin src/zsnes || die "dogamesbin failed" > newman src/linux/zsnes.1 zsnes.6 > dodoc *.txt linux/* > 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 65125
: 40241