updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / libmpd-beta / PKGBUILD
blob88b88024ac20389aeaf02e885e702f476ef746d3
1 # $Id: PKGBUILD 18800 2008-11-09 06:49:48Z tobias $
2 # Maintainer: tobias <tobias@archlinux.org>
4 pkgname=libmpd-beta
5 pkgver=0.18.0
6 pkgrel=1
7 pkgdesc="Signal based wrapper around libmpdclient"
8 arch=(i686 x86_64)
9 url="http://sarine.nl/libmpd"
10 license=('GPL')
11 depends=('glib2')
12 options=('!libtool')
13 source=(http://download.sarine.nl/Programs/gmpc/0.18.0/libmpd-0.18.0.tar.gz)
14 md5sums=('')
16 build() {
17   cd ${startdir}/src
18   tar xzf libmpd-0.18.0.tar.gz 
19   cd $startdir/src/libmpd-0.18.0
20   ./configure --prefix=/usr
21   make || return 1
22   make DESTDIR=$startdir/pkg install