[Lunar-commits] <moonbase> playonlinux: wine app installer

Paul Bredbury brebs at lunar-linux.org
Fri Aug 28 11:20:25 CEST 2009


commit 520bff3d68d2cffe988a2b0bc0b2252d71bcfd73
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Fri Aug 28 16:20:25 2009 +0700

    playonlinux: wine app installer
---
 zbeta/playonlinux/BUILD   |   12 ++++++++++++
 zbeta/playonlinux/DEPENDS |    5 +++++
 zbeta/playonlinux/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/zbeta/playonlinux/BUILD b/zbeta/playonlinux/BUILD
new file mode 100644
index 0000000..6945c24
--- /dev/null
+++ b/zbeta/playonlinux/BUILD
@@ -0,0 +1,12 @@
+(
+
+  prepare_install  &&
+
+  mkdir -p /usr/share/games/playonlinux /usr/games  &&
+  cp -ra * /usr/share/games/playonlinux/  &&
+  
+  # Launcher script
+  echo -e "#!/bin/bash\ncd /usr/share/games/playonlinux && exec ./playonlinux \"\$@\"" > launcher  &&
+  install -m755 launcher /usr/games/playonlinux
+    
+) > $C_FIFO 2>&1
diff --git a/zbeta/playonlinux/DEPENDS b/zbeta/playonlinux/DEPENDS
new file mode 100644
index 0000000..60abd28
--- /dev/null
+++ b/zbeta/playonlinux/DEPENDS
@@ -0,0 +1,5 @@
+depends wine
+depends cabextract
+depends unzip
+depends wxPython
+depends ImageMagick
diff --git a/zbeta/playonlinux/DETAILS b/zbeta/playonlinux/DETAILS
new file mode 100644
index 0000000..f538806
--- /dev/null
+++ b/zbeta/playonlinux/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=playonlinux
+         VERSION=3.6
+          SOURCE=PlayOnLinux_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=http://www.playonlinux.com/script_files/PlayOnLinux/$VERSION
+      SOURCE_VFY=sha1:435d43de291ad4fb26945292032a6401ae26c764
+        WEB_SITE=http://www.playonlinux.com/
+         ENTERED=20090828
+         UPDATED=20090828
+           SHORT="set of scripts to easily install and use Windows games"
+
+cat << EOF
+PlayOnLinux is a piece of sofware which allows you to easily install
+and use numerous games and software designed to run with Microsoft's
+Windows.
+Few games are compatible with GNU/Linux at the moment, and it certainly
+is a factor preventing the migration to this system. PlayOnLinux brings
+an accessible and efficient solution to this problem, cost-free and
+respectful of the free software.
+EOF


More information about the Lunar-commits mailing list