Only display selected dependencies in autocompile output
[0compile.git] / tests / hello2 / hello2.xml
blob2b1682789e566ae43aaa1b73d30065d60f598cde
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>hello2</name>
5   <summary>testing</summary>
6   <description>
7     Test compiling a program with a runtime dependency.
8   </description>
9   <feed-for interface='http://localhost/hello2.xml'/>
11   <group arch="*-src" compile:binary-lib-mappings='foo:2'>
12     <requires compile:include-binary='true' interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
13       <environment insert="ROX-Lib2/python" name="ROXLIB"/>
14     </requires>
15     <implementation id="." version="0.1"/>
16     <command name='compile' shell-command='ls -l "$ROXLIB" &amp;&amp; cp "$SRCDIR/hello2" "$DISTDIR"'>
17       <compile:implementation main='hello2' arch='*-*'>
18         <command name='run' path='hello2'>
19           <runner interface='http://repo.roscidus.com/python/python'>
20             <version before='3'/>
21           </runner>
22         </command>
23       </compile:implementation>
24     </command>
25   </group>
26 </interface>