Fixed --arch
[0export.git] / 0export.xml
blob7fa69a33f2e4b4d9ec47e92d5eeae75e973a98e0
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>0export</name>
5   <summary>create self-installing bundles for distribution on CD</summary>
6   <description>
7 However, it is sometimes useful to bundle a program and its libraries together
8 on a CD (for example) so that it can be used on machines without a network
9 connection, or where the network is very slow. It is also useful for archival
10 purposes, in case the original web-sites supplying required libraries become
11 unavailable.
13 0export takes the URI of a program and creates a &quot;setup.sh&quot; file; a self-
14 extracting archive containing everything needed to run the program. This file
15 can be executed on a machine without a network connection to install or run the
16 program.
18 Unlike the bundles created by the related zero2bundle program, programs
19 installed using setup.sh are added to the Zero Install cache and are therefore
20 still shared between users, and will get updates over the web where possible.</description>
21   <homepage>http://0install.net/0export.html</homepage>
23   <feed-for interface="http://0install.net/tools/0export.xml"/>
25   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
26     <!-- Update the copy of the version number in the main program -->
27     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0export</release:action>
28   </release:management>
29   <category>Development</category>
30   <needs-terminal/>
32   <group main="0export">
33     <command name="run" path="0export">
34       <runner interface="http://repo.roscidus.com/python/python">
35         <version before="3"/>
36       </runner>
37     </command>
38     <command name="test" path="test.py">
39       <runner interface="http://repo.roscidus.com/python/python">
40         <version before="3"/>
41       </runner>
42     </command>
43     <implementation doc-dir="doc" id="." license="OSI Approved :: GNU General Public License v3" version="0.5-post"/>
44     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
45       <version not-before="1.9"/>
46       <environment insert="" mode="replace" name="0EXPORT_ZEROINSTALL"/>
47     </requires>
48   </group>
49 </interface>