Updated homepage.
[make-headers.git] / Make-headers.xml
bloba8bb255d47b3713d0f09b159844905f35ade55cf
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" version="0.1" version-modifier='-post'/>
15 </interface>