<?xml version="1.0"?>
<package name="redland">
	<description>library providing the RDF API and triple stores</description>
	<releases>
		<release version="1.0.16" revision="2">
			<deps>
				<dep name="perl"/>
				<dep name="sqlite3"/>
				<dep name="libxml2"/>
				<dep name="openssl"/>
				<dep name="raptor2"/>
				<dep name="rasqal"/>
			</deps>
			<build>
				<script>
					<archive name="$NAME-$VERSION">
						<cmd>./configure --disable-static --with-bdb=no --with-xml-parser=libxml --with-raptors=system --with-rasqal=system --with-openssl-digests=yes --with-threestore=no --with-mysql=no --with-sqlite=3 --with-postgresql=no --with-dmalloc=no --with-memory-signing=no --with-html-dir=/usr/share/doc</cmd>
						<cmd>make</cmd>
						<cmd>make install -j 1</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
