[Lunar-commits] <moonbase-other> zsnes: readded to -other

v4hn me at v4hn.de
Thu Nov 15 00:23:28 CET 2012


commit 894c2cb62cb6c706d9a9b1566ff68afe063d9760
Author: v4hn <me at v4hn.de>
Date: Wed, 14 Nov 2012 15:23:28 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/894c2cb62cb6c706d9a9b1566ff68afe063d9760

zsnes: readded to -other
---
  games/zsnes/BUILD     | +12/-0    
  games/zsnes/CONFIGURE | +1/-0     
  games/zsnes/DEPENDS   | +7/-0     
  games/zsnes/DETAILS   | +20/-0    
  4 files changed, 40 insertions(+)

--- /dev/null
+++ b/games/zsnes/BUILD
@@ -0,0 +1,12 @@
+(
+  OPTS+=" --enable-release" &&
+
+  cd src           &&
+
+  sedit "29 a #include \"zpath.h\"" tools/depbuild.cpp &&
+  sedit "s:\(@LDFLAGS@\):\1 -lm:"   Makefile.in &&
+  patch_it $SOURCE2 2 &&
+
+  default_build 
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/zsnes/CONFIGURE
@@ -0,0 +1 @@
+mquery ZSNES_JMA "Enable JMA support?" y "--enable-jma" "--disable-jma"
--- /dev/null
+++ b/games/zsnes/DEPENDS
@@ -0,0 +1,7 @@
+depends SDL
+depends nasm
+depends zlib
+optional_depends "%GLX" "--enable-opengl" "--disable-opengl" "to enable OpenGL"
+optional_depends "libpng" "--enable-libpng" "--disable-libpng" "to enable PNG screenshot output"
+optional_depends "libao" "--enable-libao" "--disable-libao" "to enable an alternative audio output to SDL"
+optional_depends "ncurses" "--enable-debugger" "--disable-debugger" "enables the zsnes debugger"
--- /dev/null
+++ b/games/zsnes/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=zsnes
+         VERSION=1.51
+          SOURCE="$MODULE"151src.tar.bz2
+         SOURCE2=$MODULE-$VERSION.patch
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=http://luusa.org/~ktx/patches/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/"$MODULE"_1_51
+      SOURCE_VFY=sha1:98e2664fa7b29cb41d079709301a9eef138c519c
+     SOURCE2_VFY=sha1:a264c04800f74ec641a360a737f324212ba8acc4
+        WEB_SITE=http://www.zsnes.com/
+         ENTERED=20071015
+         UPDATED=20120315
+           PSAFE=no
+           SHORT="A Super Nintendo emulator for Win32/MacOS/Linux"
+
+cat << EOF
+This is a stable release version. It is a SNES emulator that works in
+Windows/MacOS/Linux/Others? It supports input from the keyboard, or
+external controllers.
+EOF




More information about the Lunar-commits mailing list