1 # Maintainer: Bjoern Lindig <bjoern dot lindig at googlemail dot com>
6 pkgdesc="A small collection of programs that use libsndfile and other libraries to do useful things"
8 url="http://www.mega-nerd.com/libsndfile/tools/"
10 depends=('jack' 'cairo' 'fftw')
11 source=(http://www.mega-nerd.com/libsndfile/files/$pkgname-$pkgver.tar.gz)
12 md5sums=('5b74bb6bb4b2627158f861ae9c45e433')
14 cd $srcdir/$pkgname-$pkgver
15 ./configure LDFLAGS="-lpthread" --prefix=/usr
17 make DESTDIR=${pkgdir} install || return 1