Start development series 0.15-post
[0compile.git] / 0compile.xml
blobe6c88a47288b8750b35ec096e2c8b4a63a78fa32
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.15-post"/>
29     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
30       <version not-before="0.40"/>
31       <environment insert="" mode="replace" name="0COMPILE_ZEROINSTALL"/>
32     </requires>
33   </group>
34 </interface>