# Contributor: sen # Contributor: TheNiceGuy pkgname=spek-git pkgver=0.8.3.r72.ged66c8a pkgrel=1 pkgdesc='Spek helps to analyse your audio files by showing their spectrogram.' arch=('i686' 'x86_64') license=('GPL') depends=('ffmpeg' 'desktop-file-utils' 'wxgtk') makedepends=('git' 'pkgconfig' 'automake') url='http://www.spek-project.org/' conflicts=('spek') provides=('spek-git') source=('spek-git::git+https://github.com/alexkay/spek') md5sums=('SKIP') options=() pkgver() { cd $pkgname git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g' } package() { cd "$srcdir/$pkgname" ./autogen.sh --prefix=/usr make DESTDIR=$pkgdir install sleep 1 }