description="Audio processing library that allows changing the sound tempo, pitch and playback rate."
url="http://www.surina.net/soundtouch/"
maintainer="Olli Parviainen <oparviai 'at' iki' dot' fi>"
packager="spiky <spiky@nutyx.org>"

makedepends=(autoconf automake libtool m4 sed grep)
name=soundtouch
version=2.3.2

source=(https://codeberg.org/soundtouch/soundtouch/archive/2.3.1.tar.gz)
build() {
cd $name
./bootstrap
./configure --prefix=/usr \
--docdir=/usr/share/doc/$name-$version
make
make DESTDIR=$PKG install

# Obsolet lib
rm $PKG/usr/lib/libSoundTouch.la
}
