# $Id: PKGBUILD 16692 2010-05-05 17:46:06Z schiv $ # Maintainer: Ray Rashif # Contributor: Felipe Machado aka arch_audio pkgname=rubberband pkgver=1.5.0 pkgrel=1 pkgdesc="Time-stretching and pitch-shifting audio library and utility" arch=(i686 x86_64) url="http://www.breakfastquay.com/rubberband/" license=('GPL') depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk') makedepends=('ladspa') source=(http://code.breakfastquay.com/attachments/download/1/$pkgname-$pkgver.tar.bz2) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make || return 1 make DESTDIR="$pkgdir/" install } md5sums=('c5f288d644fcd46bd159e187bcc33f25')