# Description: Library for the Command line MPD client
# URL: http://www.musicpd.org/mpc.shtml
# Maintainer:  Thomas Penteker, tek at serverop dot de

name=libmpdclient
version=2.7
release=1
source=(http://download.sourceforge.net/musicpd/$name/$version/$name-$version.tar.bz2)

build() {
  cd $name-$version

  ./configure \
      --prefix=/usr \
      --mandir=/usr/man
  make
  make DESTDIR=$PKG install

  rm -rf $PKG/usr/share
}
