1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Arto Puranen <purcher@gmail.com>
3 # Contributor: tobias <tobias@archlinux.org>
8 pkgdesc="A plugin for fetching artist images from last.fm"
10 url="http://gmpcwiki.sarine.nl/"
12 depends=('gmpc>=0.16.2' 'gtk2>=2.8' 'libmpd>=0.15.98')
13 makedepends=('intltool>=0.21' 'pkg-config>=0.9.0')
15 source=(http://download.sarine.nl/Programs/${pkgname%-*}/$pkgver/${pkgname/./-}-$pkgver.tar.gz)
16 md5sums=('aa5ae094e1bb78a11de9dd6e12f0bfb7')
19 cd "$srcdir/${pkgname/./-}-$pkgver"
20 ./configure --prefix=/usr
25 cd "$srcdir/${pkgname/./-}-$pkgver"
26 make DESTDIR="$pkgdir" install