<?xml version="1.0"?>
<package name="dbus-glib-1">
	<description>GLib Bindings for D-Bus</description>
	<releases>
		<release version="0.114" revision="1">
			<deps>
				<dep name="dbus-1"/>
				<dep name="glib-2.0"/>
				<dep name="libxml2"/>
				<dep name="expat"/><!-- doesn't build with only libxml2 -->
			</deps>
			<build>
				<script>
					<archive name="dbus-glib-$VERSION">
						<!-- add introspect file to avoid the need to have d-bus running when building -->
						<install name="dbus-bus-introspect-20060726.xml" dest="./tools/dbus-bus-introspect.xml"/>
					
						<cmd>./configure --with-xml=libxml --disable-static</cmd>
						<cmd>make</cmd>
						<cmd>make install</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
