updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / rhythmarty / PKGBUILD
blob0d980dec438657b90a207e32c5aaab5b9c13f0a5
1 # Maintainer: Alexandr Grigorcea <cahr dot gr at gmail dot com>
3 pkgname=rhythmarty
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="A plugin for rhythmbox music player, that let you browse your music collection via album art display"
7 url="http://sourceforge.net/projects/rhythmarty/"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 source=(http://downloads.sourceforge.net/project/rhythmarty/rhythmarty-0.4/rhythmarty-0.4.tar.gz)
11 depends=('rhythmbox')
12 makedepends=()
13 md5sums=('d155fb1bf30c982cc3f2a40e2c4b3e04')
15 build() {
16     cd "$srcdir/$pkgname-$pkgver"
17     ./configure
18     make
19     make DESTDIR=$startdir/pkg install