updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / mp3plot / PKGBUILD
blob5593ab505085813549fd86244add6f962e711a21
1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
3 pkgname=mp3plot
4 pkgver=0.5.1
5 pkgrel=1
6 pkgdesc="Creates a textual or graphical plot of an MP3 file's bitrate distribution"
7 arch=('i686' 'x86_64')
8 url="http://p.outlyer.net/$pkgname/"
9 license=('GPL')
10 depends=('boost>=1.34.1' 'gd' 'imagemagick')
11 makedepends=('pkgconfig>=0.9')
12 source=($url/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('20d1e6b21926b9d42412eae37fe1cf91')
15 build() {
16   cd $pkgname-$pkgver
18   ./configure --prefix=/usr
19   make || return 1
20   make DESTDIR="$pkgdir" install
23 # vim:set ts=2 sw=2 et: