updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / soundsort / PKGBUILD
blob1cdc759e69209c7e670504c5937186f7fdff5888
1 # Maintainer: Jozef Riha <jose1711@gmail.com>
3 pkgname=soundsort
4 arch=('i686')
5 pkgver=0.8
6 pkgrel=3
7 license=('GPL')
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')
13 build() {
14 cd $srcdir/$pkgname-$pkgver
15 make
18 package() {
19 install -D -m755 $srcdir/$pkgname-$pkgver/soundsort $pkgdir/usr/bin/soundsort