add .dylib support too
[make-headers.git] / Make-headers.xml
blobb6c2571c2e0f6b778208852fe9b1019a0711e066
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.3-post"/>
15 </interface>