1 # Maintainer: Jozef Riha <jose1711@gmail.com>
8 pkgdesc="utility that analyzes the audio-files you feed it and does a suggestion on their order by analyzing how the songs are actually sounding"
9 url="http://www.vanheusden.com/soundsort/"
10 depends=('libsndfile' 'fftw' 'libmad')
11 source=("http://www.vanheusden.com/soundsort/${pkgname}-${pkgver}.tgz")
12 md5sums=('4eec1fa6fe4200a760a13f66c7e0f2b1')
14 cd $srcdir/$pkgname-$pkgver
19 install -D -m755 $srcdir/$pkgname-$pkgver/soundsort $pkgdir/usr/bin/soundsort