pandora: mark prerelease versions
[picodrive.git] / platform / pandora / PicoDrive.pxml.template
CommitLineData
e59af1c9 1<?xml version="1.0" encoding="UTF-8"?>
2<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
1889fe87 3<package id="package.picodrive.notaz">
4 <titles>
5 <title lang="en_US">PicoDrive</title>
6 </titles>
68af34fe 7 <version major="@major@" minor="@minor@" release="0" build="@build@"/>
1889fe87 8 <author name="notaz" website="http://notaz.gp2x.de/"/>
9</package>
ee5d41a1 10<application id="picodrive.notaz.@major@.@minor@@build_post@" appdata="picodrive">
1889fe87 11 <titles>
ee5d41a1 12 <title lang="en_US">PicoDrive @major@.@minor@@build_post@</title>
1889fe87 13 </titles>
ee5d41a1 14 <title lang="en_US">PicoDrive @major@.@minor@@build_post@</title>
e59af1c9 15
1889fe87 16 <descriptions>
17 <description lang="en_US">Genesis/MegaDrive/SegaCD/32x Emulator.</description>
18 <description lang="de_DE">Ein MegaDrive/SegaCD/32x Emulator</description>
19 </descriptions>
e59af1c9 20
68af34fe 21 <exec command="PicoDrive.sh"/>
e59af1c9 22
23 <previewpics>
24 <pic src="PicoDrive_p.png"/>
25 </previewpics>
26
27 <icon src="PicoDrive.png"/>
28
29 <author name="notaz" website="http://notaz.gp2x.de/"/>
30
1889fe87 31 <licenses>
32 <license name="other"/>
33 </licenses>
34
68af34fe 35 <version major="@major@" minor="@minor@" release="0" build="@build@"/>
0bc89554 36 <info name="PicoDrive @major@.@minor@ readme" type="text/plain" src="README"/>
e59af1c9 37
38 <categories>
ab61cff7 39 <category name="Game">
40 <subcategory name="Emulator"/>
e59af1c9 41 </category>
42 </categories>
43</application>
44</PXML>