# Description: Command line MPD client
# URL: http://www.musicpd.org/mpc.shtml
# Maintainer:  Thomas Penteker, tek at serverop dot de
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: libmpdclient

name=mpc
version=0.26
release=1
source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz)

build() {
  cd $name-$version

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

  rm -rf $PKG/usr/share
}
