updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / gmpc-avahi / PKGBUILD
blobece7d0f5f39b6d72996fac42b73cc746299e6df8
1 # Maintainer: yugrotavele <yugrotavele at archlinux dot us>
2 # Contributor: Lukas Miczka <lukascpu@gmail.com>
3 # Modified from original gmpc pkgbuild created by tobias <tobias@archlinux.org>
5 pkgname=gmpc-avahi
6 pkgver=0.20.0
7 pkgrel=1
8 pkgdesc="This plugin auto-detects the presence of mpd servers in the network."
9 arch=(i686 x86_64)
10 url="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AVAHI"
11 license="GPL"
12 depends=('libxml2' 'gmpc')
13 source=(http://download.sarine.nl/Programs/gmpc/0.20.0/$pkgname-$pkgver.tar.gz)
14 md5sums=('765cb2f41d81ec55dab789b18bdbed71')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir" install