description="Audio processing library that allows changing the sound tempo, pitch and playback rate."
url="http://www.surina.net/soundtouch/"

maintainer="rems"
packager="Great-OS Team"

name=soundtouch
version=2.4.0
release=1

source=(https://www.surina.net/soundtouch/$name-$version.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
}
