[Lunar-commits] <moonbase-other> VisualBoyAdvance: readded to -other
v4hn
me at v4hn.de
Fri Nov 16 13:51:11 CET 2012
commit e74f8919b47939c698206d4b54f8da87b1181877
Author: v4hn <me at v4hn.de>
Date: Fri, 16 Nov 2012 04:51:11 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e74f8919b47939c698206d4b54f8da87b1181877
VisualBoyAdvance: readded to -other
---
games/VisualBoyAdvance/BUILD | +9/-0
games/VisualBoyAdvance/DEPENDS | +1/-0
games/VisualBoyAdvance/DETAILS | +14/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/games/VisualBoyAdvance/BUILD
@@ -0,0 +1,9 @@
+(
+ # How the hell did this _ever_ compile like that?
+ sedit "s:for(int i = 0; i < 16; i++):for(int z = 0; z < 16; z++):" src/sdl/debugger.cpp &&
+
+ CXXFLAGS+=" -fpermissive" &&
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/VisualBoyAdvance/DEPENDS
@@ -0,0 +1 @@
+depends SDL
--- /dev/null
+++ b/games/VisualBoyAdvance/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=VisualBoyAdvance
+ VERSION=1.7.2
+ SOURCE=$MODULE-src-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/vba/
+ SOURCE_VFY=sha1:04d82406079563fd17cda07f72488185e9152f51
+ WEB_SITE=http://vba.ngemu.com/
+ ENTERED=20050126
+ UPDATED=20050126
+ SHORT="Game Boy Advance emulator."
+
+cat << EOF
+Highly-featured Game Boy Advance emulator.
+EOF
+
More information about the Lunar-commits
mailing list