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>
7 Given a standard autoconf source package (in $SRCDIR), this script builds it
8 (configure --prefix=$DISTDIR && 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"/>