Start development series 0.23-post
[0compile.git] / 0compile.xml
blob8cabdeac945fc357f2c93c6a83dd50e5ddd45fe5
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>0compile</name>
5   <summary>create a binary release from source code</summary>
6   <description>
7 0compile creates a binary from source code, either for your own use or ready for
8 publishing on the web through Zero Install. It can use Zero Install to download
9 any build dependencies (compilers, header files, build tools, etc).
11 This is useful if there is no binary for your platform, or if you wish to modify
12 the program in some way.
14 If plash is installed, it can be used to sandbox the build so that it can't
15 accidentally modify any files outside of the build directory.
17 For a full tutorial, see 0compile's homepage.</description>
18   <homepage>http://0install.net/0compile.html</homepage>
20   <feed-for interface="http://0install.net/2006/interfaces/0compile.xml"/>
22   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
23     <!-- Update the copy of the version number in the main program -->
24     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0compile</release:action>
25   </release:management>
27   <group main="0compile" self-test="tests/testcompile.py">
28     <implementation id="." version="0.23-post"/>
29     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib" use="testing"/>
30     <requires interface="http://0install.net/2006/interfaces/0publish">
31       <environment insert="0publish" mode="replace" name="0COMPILE_0PUBLISH"/>
32     </requires>
33     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
34       <version not-before="0.52"/>
35       <environment insert="" mode="replace" name="0COMPILE_ZEROINSTALL"/>
36     </requires>
37   </group>
38 </interface>