release r1
[fceu.git] / drivers / pandora / fceu.pxml.templ
... / ...
CommitLineData
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.gpfce.notaz">
4 <titles>
5 <title lang="en_US">GPFCE</title>
6 </titles>
7 <version major="0" minor="81" release="0" build="%PR%"/>
8 <author name="FCEU team/notaz" website="http://notaz.gp2x.de/"/>
9</package>
10<application id="gpfce.notaz.%PR%" appdata="gpfce">
11 <titles>
12 <title lang="en_US">GPFCE %PR%</title>
13 </titles>
14 <title lang="en_US">GPFCE %PR%</title>
15
16 <descriptions>
17 <description lang="en_US">NES Emulator. Based on optimized FCE Ultra port for GP2X.</description>
18 <description lang="de_DE">Ein NES Emulator</description>
19 </descriptions>
20
21 <exec command="fceu.sh"/>
22
23 <icon src="fceu.png"/>
24
25 <author name="FCEU team/notaz" website="http://notaz.gp2x.de/"/>
26
27 <version major="0" minor="81" release="0" build="%PR%"/>
28
29 <licenses>
30 <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git"/>
31 </licenses>
32
33 <info name="GPFCE %PR% readme" type="text/plain" src="readme.txt"/>
34
35 <categories>
36 <category name="Game">
37 <subcategory name="Emulator"/>
38 </category>
39 </categories>
40</application>
41</PXML>