diff options
Diffstat (limited to 'packaging/pandora/PXML.xml')
-rw-r--r-- | packaging/pandora/PXML.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packaging/pandora/PXML.xml b/packaging/pandora/PXML.xml new file mode 100644 index 0000000000..a0629c7301 --- /dev/null +++ b/packaging/pandora/PXML.xml | |||
@@ -0,0 +1,32 @@ | |||
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 | |||
4 | <application id="rockbox.thomasjfox.001" appdata="rockbox"> | ||
5 | <exec command="run_rockbox.sh"/> | ||
6 | |||
7 | <title lang="en_US">Rockbox</title> | ||
8 | <!-- if you want to provide a manual, uncomment the following line and set correct values! --> | ||
9 | <!-- <info name=" manual" type="html" src="manual.html"/> --> | ||
10 | |||
11 | <author name="Thomas Jarosch" website="http://www.rockbox.org"/> | ||
12 | |||
13 | <version major="3" minor="8" release="x" build="1"/> | ||
14 | <osversion major="1" minor="0" release="0" build="0"/> | ||
15 | |||
16 | <description lang="en_US">rockbox digital music player</description> | ||
17 | |||
18 | <icon src="rockbox.png"/> | ||
19 | |||
20 | <previewpics> | ||
21 | <pic src="rockbox_preview.jpg"/> | ||
22 | </previewpics> | ||
23 | |||
24 | <categories> | ||
25 | <category name="Audio"> | ||
26 | <subcategory name="Player"/> | ||
27 | </category> | ||
28 | </categories> | ||
29 | |||
30 | </application> | ||
31 | |||
32 | </PXML> | ||