contrib/libmpdclient/Pkgfile
2009-12-15 20:24:17 +01: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.1
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
}