updated translations
[zeroinstall/zeroinstall-afb.git] / tests / Source.xml
blob64509bf78bd40503de111e58f8e5ccefead11373
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
3            xmlns:compile='http://zero-install.sourceforge.net/2006/namespaces/0compile'
4            uri='http://foo/Source.xml'>
5   <name>Source</name>
6   <summary>Source</summary>
7   <description>Source</description>
8   <feed-for interface='http://foo/Binary.xml'/>
9   <group>
10     <requires interface='notused' use='never'/>
11     <requires interface='http://foo/Compiler.xml'>
12       <environment name='PATH' insert='bin'/>
13       <environment name='NO_PATH' value='bin'/>
14     </requires>
15     <implementation id='sha1=234' version='1' version-modifier='.0' arch='*-src' compile:command='make'>
16       <archive href='foo' size='10'/>
17     </implementation>
18     <environment name='SRCDIR' insert='.' mode='replace'/>
19   </group>
20 </interface>