<?xml version="1.0"?>
<package name="soundtouch">
	<description>open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files</description>
	<releases>
		<release version="1.7.0" revision="2">
			<deps>
				<dep name="autoconf"/>
				<dep name="automake"/>
				<dep name="libtool"/>
			</deps>
			<build>
				<script>
					<archive name="soundtouch-$VERSION">
						<cmd>./bootstrap</cmd>
						<cmd>./configure</cmd>
						<cmd>make</cmd>
						<cmd>make install pkgdocdir=/usr/share/doc/soundtouch</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
