Here's working version of mind the duckies.. enjoy
pxml:
 
<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML">
<package id="mindtheduckies-app">
  <version major="0" minor="0" release="1" build="2" type="Beta"/>
  <author name="Binky" website=".."/>
  <titles>
     <title lang="en_US">Mind The Duckies</title>
  </titles>
  <descriptions>
  <description lang="en_US">
    Mind The Duckies - Entry for StreaK's Crap Game Competition 2013
  </description>
  </descriptions>
  <icon src="/pics/icon.png"/>
  </package>
  
    <application id="mindtheduckies-app" appdata="mindtheduckies-app">
    <exec command="run.sh"/>
    <version major="0" minor="0" release="1" build="2"/>
    <author name="Binky" website=".."/>
    <titles>
      <title lang="en_US">Mind The Duckies</title>
    </titles>
    <title lang="en_US">Mind The Duckies</title>
    <descriptions>
      <description lang="en_US">Mind The Duckies - Entry for StreaK's Crap Game Competition 2013</description>
    </descriptions>
    <icon src="/pics/icon.png"/>
    <previewpics>
      <pic src="/pics/01.png"/>
    </previewpics>
    <info name="Mind The Duckies - Readme" type="text/html" src="/mnt/utmp/mindtheduckies-app/readme.txt"/>
    <categories>
      <category name="Game">
        <subcategory name=""/>
      </category>
    </categories>
  </application>
 
</PXML>
 
mind.duck.pnd