| 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"> |
| 3 | <package id="package.picodrive.notaz"> |
| 4 | <titles> |
| 5 | <title lang="en_US">PicoDrive</title> |
| 6 | </titles> |
| 7 | <version major="@major@" minor="@minor@" release="0" build="@build@"/> |
| 8 | <author name="notaz" website="http://notaz.gp2x.de/"/> |
| 9 | </package> |
| 10 | <application id="picodrive.notaz.@major@.@minor@" appdata="picodrive"> |
| 11 | <titles> |
| 12 | <title lang="en_US">PicoDrive @major@.@minor@</title> |
| 13 | </titles> |
| 14 | <title lang="en_US">PicoDrive @major@.@minor@</title> |
| 15 | |
| 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> |
| 20 | |
| 21 | <exec command="PicoDrive.sh"/> |
| 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 | |
| 31 | <licenses> |
| 32 | <license name="other"/> |
| 33 | </licenses> |
| 34 | |
| 35 | <version major="@major@" minor="@minor@" release="0" build="@build@"/> |
| 36 | <info name="PicoDrive @major@.@minor@ readme" type="text/plain" src="readme.txt"/> |
| 37 | |
| 38 | <categories> |
| 39 | <category name="Game"> |
| 40 | <subcategory name="Emulator"/> |
| 41 | </category> |
| 42 | </categories> |
| 43 | </application> |
| 44 | </PXML> |