# $Id: PKGBUILD 16692 2010-05-05 17:46:06Z schiv $ # Maintainer: Ray Rashif # Contributor: Felipe Machado aka arch_audio pkgname=rubberband pkgver=1.7.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/23/$pkgname-$pkgver.tar.bz2) md5sums=('49093923c7a48e5860a5f7db3590ac74') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make || return 1 make DESTDIR="$pkgdir/" install }