Added dummy Element to avoid 0install type check
[deb2zero.git] / pkg2zero.xml
blobb8edfd2404cc57c8c8c1a357b146b914895d6483
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>pkg2zero</name>
5   <summary>create Zero Install feeds from Debian and RPM packages</summary>
6   <description>
7 Zero Install is a decentralised installation system. Meta-data about each
8 package is published in a &quot;feed&quot; file. The Zero Install client reads these feeds
9 files and downloads and runs the programs. The feed files can be created
10 manually (e.g. using 0publish or 0publish-gui). However, Debian and RPM packages already
11 contain much of the required information. This program extracts the information
12 in an existing package and uses it to generate the feed.</description>
14   <homepage>http://0install.net/pkg2zero.html</homepage>
16   <feed-for interface="http://0install.net/2009/interfaces/pkg2zero.xml"/>
17   <category>Development</category>
18   <needs-terminal/>
20   <group doc-dir="doc" license="OSI Approved :: GNU General Public License v3" main="pkg2zero">
21     <command name='run' path='pkg2zero'>
22       <runner interface='http://repo.roscidus.com/python/python'>
23         <version before='3'/>
24       </runner>
25     </command>
26     <command name='test' path='tests/testall.py'>
27       <runner interface='http://repo.roscidus.com/python/python'>
28         <version before='3'/>
29       </runner>
30     </command>
31     <requires interface="http://0install.net/2006/interfaces/0publish">
32       <environment insert="0publish" mode="replace" name="PUBLISH_COMMAND"/>
33     </requires>
34     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
35       <version not-before="0.49"/>
36       <environment insert="" mode="prepend" name="PYTHONPATH"/>
37     </requires>
38     <requires interface="http://0install.net/2009/interfaces/pkg2zero-testdata.xml" use="testing">
39       <environment insert="" mode="replace" name="TEST_DATA"/>
40     </requires>
41     <implementation id="." version="0.7-post"/>
42   </group>
43 </interface>