updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / gmpc-last.fm / PKGBUILD
blobcb4ac071e43e972b003d43da574b1e722dcf5d01
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Arto Puranen <purcher@gmail.com>
3 # Contributor: tobias <tobias@archlinux.org>
5 pkgname=gmpc-last.fm
6 pkgver=0.20.0
7 pkgrel=1
8 pkgdesc="A plugin for fetching artist images from last.fm"
9 arch=('i686' 'x86_64')
10 url="http://gmpcwiki.sarine.nl/"
11 license=('GPL')
12 depends=('gmpc>=0.16.2' 'gtk2>=2.8' 'libmpd>=0.15.98')
13 makedepends=('intltool>=0.21' 'pkg-config>=0.9.0')
14 options=('!libtool')
15 source=(http://download.sarine.nl/Programs/${pkgname%-*}/$pkgver/${pkgname/./-}-$pkgver.tar.gz)
16 md5sums=('aa5ae094e1bb78a11de9dd6e12f0bfb7')
18 build() {
19   cd "$srcdir/${pkgname/./-}-$pkgver"
20   ./configure --prefix=/usr
21   make || return 1
24 package() {
25   cd "$srcdir/${pkgname/./-}-$pkgver"
26   make DESTDIR="$pkgdir" install