Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
haikuports/games-emulation/visualboyadvance/visualboyadvance-1.8.recipe
Find file
Copy path
Fetching contributors…
| SUMMARY="A Game Boy Advance Emulator" | |
| DESCRIPTION=" | |
| VisualBoyAdvance is a Game Boy Advance emulator which runs your prefered ROMS." | |
| HOMEPAGE="http://vba.ngemu.com" | |
| COPYRIGHT="2002-2004 Forgotten" | |
| LICENSE="GNU GPL v2" | |
| REVISION="1" | |
| SOURCE_URI="git://git.debian.org/git/pkg-games/visualboyadvance" | |
| SOURCE_DIR="VisualBoyAdvance-1.8" | |
| PATCHES=" | |
| Util.patch | |
| Makefile.am.patch | |
| configure.in.patch | |
| " | |
| ARCHITECTURES="!x86_gcc2 x86 ?x86_64" | |
| SECONDARY_ARCHITECTURES="x86" | |
| PROVIDES=" | |
| visualboyadvance$secondaryArchSuffix = $portVersion | |
| app:visualboyadvance$secondaryArchSuffix = $portVersion | |
| " | |
| REQUIRES=" | |
| haiku$secondaryArchSuffix | |
| lib:libpng$secondaryArchSuffix | |
| lib:libsdl$secondaryArchSuffix | |
| lib:libsdl_mixer$secondaryArchSuffix | |
| lib:libz$secondaryArchSuffix | |
| " | |
| BUILD_REQUIRES=" | |
| haiku${secondaryArchSuffix}_devel | |
| devel:libpng$secondaryArchSuffix | |
| devel:libsdl$secondaryArchSuffix | |
| devel:libsdl_mixer$secondaryArchSuffix | |
| devel:libz$secondaryArchSuffix | |
| " | |
| BUILD_PREREQUIRES=" | |
| cmd:aclocal | |
| cmd:autoconf | |
| cmd:gcc$secondaryArchSuffix | |
| cmd:ld$secondaryArchSuffix | |
| cmd:libtoolize | |
| cmd:make | |
| cmd:nasm | |
| cmd:pkg_config$secondaryArchSuffix | |
| " | |
| BUILD() | |
| { | |
| libtoolize --force --copy --install | |
| autoreconf -i | |
| runConfigure ./configure --enable-c-core --disable-profilling --without-mmx | |
| make | |
| } | |
| INSTALL() | |
| { | |
| cd src | |
| GAMEDIR=$appsDir/Visualboyadvance | |
| mkdir -p ${GAMEDIR} | |
| cp VisualBoyAdvance.cfg ${GAMEDIR} | |
| cp sdl/VisualBoyAdvance ${GAMEDIR} | |
| addAppDeskbarSymlink ${GAMEDIR}/VisualBoyAdvance | |
| } |