Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34014 Details for
Bug 52242
visualboyadvance-1.7.2.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
visualboyadvance-1.7.2.ebuild
visualboyadvance-1.7.2.ebuild (text/plain), 1.47 KB, created by
SpanKY
on 2004-06-23 18:58:41 UTC
(
hide
)
Description:
visualboyadvance-1.7.2.ebuild
Filename:
MIME Type:
Creator:
SpanKY
Created:
2004-06-23 18:58:41 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/visualboyadvance-1.7.1-r1.ebuild,v 1.3 2004/05/27 15:19:41 jhuebel Exp $ > >inherit games > >DESCRIPTION="gameboy, gameboy color, and gameboy advance emulator" >HOMEPAGE="http://vba.ngemu.com/" >SRC_URI="mirror://sourceforge/vba/VisualBoyAdvance-src-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc ~amd64" >IUSE="mmx debug" > ># wrapper script uses sed -i to needs to be in RDEPEND >RDEPEND="virtual/x11 > media-libs/libpng > sys-libs/zlib > sdl? ( media-libs/libsdl ) > gtk? ( > >=x11-libs/gtk+-2 > >=dev-cpp/gtkmm-2 > >=dev-cpp/libglademm-2.1 > media-libs/libsdl > ) > >=sys-apps/sed-4" >DEPEND="${RDEPEND} > mmx? ( dev-lang/nasm )" > >S=${WORKDIR}/VisualBoyAdvance-${PV} > >src_compile() { > egamesconf \ > --enable-c-core \ > $(use_with debug profiling) \ > $(use_with mmx) \ > `use_enable gtk` \ > `use_enable sdl` \ > || die > if ! use debug ; then > sed -i 's:prof/libprof.a::' src/Makefile || die "sed src/Makefile failed" > fi > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dogamesbin ${FILESDIR}/visualboyadvance || die "dogamesbin failed" > dosed "s:GENTOO_DATADIR:${GAMES_DATADIR}:" ${GAMES_BINDIR}/visualboyadvance > insinto ${GAMES_DATADIR}/VisualBoyAdvance > doins src/VisualBoyAdvance.cfg > dodoc AUTHORS ChangeLog INSTALL NEWS README README-win.txt > 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 52242
:
32192
|
33714
| 34014 |
34015
|
37313