old copy/paste header
[deb2zero.git] / rpm2zero.xml
blob9f4d7592a834b9082a20421a5df6b379c18e78db
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>rpm2zero</name>
5   <summary>create Zero Install feeds from 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, RPM packages already
11 contain much of the required information. This program extracts the information
12 in an existing RPM package and uses it to generate the feed.</description>
14   <homepage>http://0install.net/rpm2zero.html</homepage>
16   <!-- Optionally, uncomment this to specify an icon: -->
17   <!-- <icon href='http://site/icon.png' type='image/png'/> -->
19   <feed-for interface="http://0install.net/2008/interfaces/rpm2zero.xml"/>
20   <category>Development</category>
21   <needs-terminal/>
23   <group doc-dir="doc" license="OSI Approved :: GNU General Public License v3" main="rpm2zero">
24     <requires interface="http://0install.net/2006/interfaces/0publish">
25       <environment insert="0publish" mode="prepend" name="PUBLISH_COMMAND"/>
26     </requires>
27     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
28       <version not-before="0.33"/>
29       <environment insert="" mode="prepend" name="PYTHONPATH"/>
30     </requires>
31     <implementation id="." version="0.5-post"/>
32   </group>
33 </interface>