aboutsummaryrefslogtreecommitdiff
path: root/pandora/pcsx.pxml.templ
diff options
context:
space:
mode:
authornotaz2011-03-22 01:04:51 +0200
committernotaz2011-03-22 01:07:58 +0200
commit3938f69aec45c859104d780df98b10c0977fb144 (patch)
tree5188c6310a5f714d95879359448bb0fb68b911bc /pandora/pcsx.pxml.templ
parenta48f14785ecc79b1ffe9dc51131d9b9aca1c7f2f (diff)
downloadpcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.gz
pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.tar.bz2
pcsx_rearmed-3938f69aec45c859104d780df98b10c0977fb144.zip
release r8
Diffstat (limited to 'pandora/pcsx.pxml.templ')
-rw-r--r--pandora/pcsx.pxml.templ38
1 files changed, 38 insertions, 0 deletions
diff --git a/pandora/pcsx.pxml.templ b/pandora/pcsx.pxml.templ
new file mode 100644
index 0000000..5c91072
--- /dev/null
+++ b/pandora/pcsx.pxml.templ
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
+<package id="package.pcsx_rearmed.notaz.%PR%">
+ <titles>
+ <title lang="en_US">PCSX ReARMed %PR%</title>
+ </titles>
+ <version major="1" minor="9" release="92" build="%PR%"/>
+ <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
+</package>
+<application id="pcsx_rearmed.notaz.%PR%" appdata="pcsx_rearmed">
+ <titles>
+ <title lang="en_US">PCSX ReARMed %PR%</title>
+ </titles>
+ <title lang="en_US">PCSX ReARMed %PR%</title>
+
+ <description lang="en_US">PlayStation Emulator.</description>
+
+ <exec command="pcsx.sh"/>
+
+ <icon src="pcsx.png"/>
+
+ <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/>
+
+ <version major="1" minor="9" release="92" build="%PR%"/>
+
+ <licenses>
+ <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"/>
+ </licenses>
+
+ <info name="PCSX ReARMed %PR% readme" type="text/plain" src="readme.txt"/>
+
+ <categories>
+ <category name="Game">
+ <subcategory name="Emulator"/>
+ </category>
+ </categories>
+</application>
+</PXML>