Removed phobo's Makefile.in
[delight.git] / Delight-gcc.xml
blob5692ec3f7d656f52039c6644c36832ffa1bf3f95
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>Delight-gcc</name>
5   <summary>core GCC-based compiler for Delight</summary>
6   <description>
7 Delight is an imperative, object-oriented programming language with a Python-
8 like syntax. Internally, it is based on the D programming language.</description>
9   <homepage>http://delight.sourceforge.net/</homepage>
10   <category>Development</category>
11   <feed-for interface="http://delight.sourceforge.net/feed/Delight-gcc.xml"/>
12   <needs-terminal/>
14   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
15     <release:action phase="generate-archive">./autogen.sh</release:action>
16   </release:management>
18   <group arch="*-src" compile:binary-main="bin/gdc" compile:command="&quot;$SRCDIR/gcc-4.1.2/configure&quot; --disable-multilib --disable-shared --prefix=&quot;$DISTDIR&quot; --enable-languages=c,dlt &amp;&amp; make &amp;&amp; make install" license="OSI Approved :: GNU General Public License v2">
19     <implementation id="." version="0.1-post"/>
20   </group>
21 </interface>