summaryrefslogtreecommitdiff
path: root/extra/libmpd/PKGBUILD
blob: 9309a8f64e39e7fdc0615d818643d5d708897c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 80681 2010-05-20 18:05:26Z ibiru $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>

pkgname=libmpd
pkgver=0.20.0
pkgrel=1
pkgdesc="Signal based wrapper around libmpdclient"
arch=(i686 x86_64 'mips64el')
license=('GPL')
url="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
depends=('glib2')
options=('!libtool')
source=(http://download.sarine.nl/Programs/gmpc/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('2f1c99e12c69f7d95cfd1e27368056ed')

build() {
  cd ${srcdir}/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=${pkgdir} install
}