1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="Creates a textual or graphical plot of an MP3 file's bitrate distribution"
8 url="http://p.outlyer.net/$pkgname/"
10 depends=('boost>=1.34.1' 'gd' 'imagemagick')
11 makedepends=('pkgconfig>=0.9')
12 source=($url/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('20d1e6b21926b9d42412eae37fe1cf91')
18 ./configure --prefix=/usr
20 make DESTDIR="$pkgdir" install
23 # vim:set ts=2 sw=2 et: