[Lunar-commits] <moonbase-other> pcsxr: introduction to other/games
v4hn
me at v4hn.de
Sat Sep 27 17:50:39 CEST 2014
commit fa2f778d089b920557689d1d870bb17772cc6eb4
Author: v4hn <me at v4hn.de>
Date: Sat, 27 Sep 2014 17:49:51 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/fa2f778d089b920557689d1d870bb17772cc6eb4
pcsxr: introduction to other/games
Now that SOURCE_URL_FULL support is around this
can live in the moonbase.
---
games/pcsxr/BUILD | +5/-0
games/pcsxr/DEPENDS | +14/-0
games/pcsxr/DETAILS | +15/-0
3 files changed, 34 insertions(+)
--- /dev/null
+++ b/games/pcsxr/BUILD
@@ -0,0 +1,5 @@
+OPTS+=" --enable-sio1" &&
+
+./autogen.sh &&
+
+default_build
--- /dev/null
+++ b/games/pcsxr/DEPENDS
@@ -0,0 +1,14 @@
+depends glib-2
+depends gtk+-3
+
+depends SDL
+
+depends zlib
+depends libXv
+depends libXtst
+
+depends nasm
+
+optional_depends pulseaudio "--enable-sound=pulseaudio" "" "use pulseaudio output (instead of SDL)"
+optional_depends libcdio "--enable-libcdio" "--disable-libcdio" "for CD-ROM support"
+optional_depends mesa-lib "--enable-opengl" "--disable-opengl" "for OpenGL support"
--- /dev/null
+++ b/games/pcsxr/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=pcsxr
+ VERSION=1.9.93
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL_FULL="http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=pcsxr&DownloadId=722114&FileTime=130220301656670000&Build=20941"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ WEB_SITE=http://pcsxr.codeplex.com
+ SOURCE_VFY=sha256:4d114bb8cd6a278d28c35020d62b928be4be7d6a1d45d7da3c808e4a4681fd9d
+ ENTERED=20140927
+ UPDATED=20140927
+ SHORT="A PlayStation Emulator"
+
+cat << EOF
+PCSX-Reloaded is a PlayStation Emulator based on PCSX-df 1.9
+with many bugfixes and improvements.
+EOF
More information about the Lunar-commits
mailing list