Release 0.2
[make-headers.git] / Make-headers.xml
blob7423c70c14062af827711e752ae9a07ed36e95bc
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">
4   <name>Make-headers</name>
5   <summary>creates -dev packages</summary>
6   <description>
7 Given a standard autoconf source package (in $SRCDIR), this script builds it
8 (configure --prefix=$DISTDIR &amp;&amp; make install) and then removes files which
9 shouldn't be in a -dev package (.so and .la files, etc).
11 It also edits any pkg-config .pc files to use a relative path for the prefix.</description>
12   <feed-for interface="http://0install.net/2007/interfaces/Make-headers.xml"/>
13   <homepage>http://0install.net/make-headers.html</homepage>
14   <implementation id="." license="OSI Approved :: GNU General Public License (GPL)" main="make-headers.py" released="2008-03-02" version="0.2"/>
15 </interface>