update AUTHORS
[pcsx_rearmed.git] / pandora / pcsx.pxml.templ
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.pcsx_rearmed.notaz">
4   <titles>
5     <title lang="en_US">PCSX ReARMed</title>
6   </titles>
7   <version major="1" minor="9" release="92" build="%PR%"/>
8   <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
9 </package>
10 <application id="pcsx_rearmed.notaz.%PR%" appdata="pcsx_rearmed">
11   <titles>
12     <title lang="en_US">PCSX ReARMed %PR%</title>
13   </titles>
14   <title lang="en_US">PCSX ReARMed %PR%</title>
15
16   <descriptions>
17     <description lang="en_US">PlayStation Emulator.</description>
18   </descriptions>
19
20   <exec command="pcsx.sh"/>
21
22   <icon src="pcsx.png"/>
23
24   <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
25
26   <version major="1" minor="9" release="92" build="%PR%"/>
27
28   <licenses>
29     <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git"/>
30   </licenses>
31
32   <info name="PCSX ReARMed %PR% readme" type="text/plain" src="readme.txt"/>
33  
34   <categories>
35     <category name="Game">
36     <subcategory name="Emulator"/>
37     </category>
38   </categories>
39 </application>
40 </PXML>