<?xml version="1.0"?>
<package name="pkgconfig">
	<description>package configuration utility</description>
	<releases>
		<release version="2.5.1" revision="1">
			<build>
				<script>
					<archive name="pkgconf-$VERSION">
						<cmd>./configure</cmd>
						<cmd>make</cmd>
						<cmd>make install</cmd>
						<cmd>ln -svf pkgconf /usr/bin/pkg-config</cmd>
						<cmd>install -d -m 755 /usr/lib/pkgconfig</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
