contrib/libmpdclient/Pkgfile
2011-09-09 20:09:49 +02:00

21 lines
434 B
Plaintext

# 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.5
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
}