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>
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"/>
14 <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
15 <release:action phase="generate-archive">./autogen.sh</release:action>
18 <group arch="*-src" compile:binary-main="bin/gdc" compile:command=""$SRCDIR/gcc-4.1.2/configure" --disable-multilib --disable-shared --prefix="$DISTDIR" --enable-languages=c,dlt && make && make install" license="OSI Approved :: GNU General Public License v2">
19 <implementation id="." version="0.3-post"/>