Start development series 0.24.2-post
[0compile.git] / tests / cprog / cprog-command.xml
blob064925a5c8f6da955d0588962191e853538fcbfe
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" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
4   <name>cprog</name>
5   <summary>testing</summary>
6   <description>
7     Test compiling a C program which needs to write to its own src dir.
8   </description>
10   <group arch="*-src" compile:dup-src='true'>
11     <implementation id="." version="0.1">
12       <command name='compile' shell-command='make'>
13         <compile:implementation main='main'/>
14       </command>
15       <environment name='CPROG_SELF' insert='' mode='replace'/>
16     </implementation>
17   </group>
18 </interface>