# Description: a high quality software library for audio time-stretching and pitch-shifting # URL: http://www.breakfastquay.com/rubberband/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: fftw libsamplerate vamp ladspa speex name=rubberband version=1.8.1 release=1 source=(https://github.com/breakfastquay/$name/archive/v$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }