contrib/mpc/Pkgfile
2016-05-31 01:18:26 +02:00

22 lines
466 B
Plaintext

# 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.27
release=1
source=(http://www.musicpd.org/download/mpc/0/mpc-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}