# Template file for 'soundtouch' pkgname=soundtouch version=1.7.0 revision=1 wrksrc=${pkgname} build_style=gnu-configure subpackages="${pkgname}-devel" makedepends="automake pkg-config" short_desc="SoundTouch Audio Processing Library" maintainer="Juan RP " homepage="http://www.surina.net/soundtouch" license="LGPL-2.1" distfiles="http://www.surina.net/soundtouch/soundtouch-${version}.tar.gz" checksum=0c94722ab995489b7816baa553a1cfd433e1005d456382e31defd068b003c848 long_desc=" SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files Tempo (time stretch): Changes the sound to play at faster or slower tempo than originally without affecting the sound pitch. Pitch (key) : Changes the sound pitch or key while keeping the original tempo (speed). Playback Rate : Changes both tempo and pitch together as if a vinyl disc was played at different RPM rate." pre_configure() { ./bootstrap } post_install() { rm -rf ${DESTDIR}/usr/doc }