diff options
author | Andre Heider | 2009-06-17 23:36:00 +0000 |
---|---|---|
committer | Andre Heider | 2009-06-17 23:36:00 +0000 |
commit | b07a35e5af6554802f13485644a1dd4ea2d8faac (patch) | |
tree | 06cd0b2049c103f896b2d0eff99ae871c394ec6b /dists/wii | |
parent | c96ec85dbba1f6bb9e369cd698cc6cbd6cff2873 (diff) | |
download | scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.tar.gz scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.tar.bz2 scummvm-rg350-b07a35e5af6554802f13485644a1dd4ea2d8faac.zip |
Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
Diffstat (limited to 'dists/wii')
-rw-r--r-- | dists/wii/READMII | 3 | ||||
-rw-r--r-- | dists/wii/meta.xml | 4 | ||||
-rw-r--r-- | dists/wii/meta.xml.in | 12 |
3 files changed, 14 insertions, 5 deletions
diff --git a/dists/wii/READMII b/dists/wii/READMII index c0c67eafd7..b9460a9863 100644 --- a/dists/wii/READMII +++ b/dists/wii/READMII @@ -1,9 +1,6 @@ Wii/Gamecube port of ScummVM README ----------------------------------- -features not compiled in: -- the AGI game engine - REQUIREMENTS wii: diff --git a/dists/wii/meta.xml b/dists/wii/meta.xml index fb53474052..f8ccbde5e8 100644 --- a/dists/wii/meta.xml +++ b/dists/wii/meta.xml @@ -2,8 +2,8 @@ <app version="1"> <name>ScummVM</name> <coder>The ScummVM Team</coder> - <version>rev FIXME</version> - <release_date>FIXME</release_date> + <version>0.14.0svn@REVISION@</version> + <release_date>@TIMESTAMP@</release_date> <short_description>Point & Click Adventures</short_description> <long_description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! diff --git a/dists/wii/meta.xml.in b/dists/wii/meta.xml.in new file mode 100644 index 0000000000..7df9f6d350 --- /dev/null +++ b/dists/wii/meta.xml.in @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<app version="1"> + <name>ScummVM</name> + <coder>The ScummVM Team</coder> + <version>@VERSION@@REVISION@</version> + <release_date>@TIMESTAMP@</release_date> + <short_description>Point & Click Adventures</short_description> + <long_description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! + +Some of the adventures ScummVM supports include Adventure Soft's Simon the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword 1 and Broken Sword 2; Flight of the Amazon Queen; Wyrmkeep's Inherit the Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility for Maniac Mansion) system such as Monkey Island, Day of the Tentacle, Sam and Max and more.</long_description> +</app> + |