contrib/libmpdclient/Pkgfile
2010-09-24 16:09:18 +02:00

21 lines
443 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.2
release=1
source=(http://downloads.sourceforge.net/project/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
}