contrib/libmpdclient/Pkgfile

21 lines
434 B
Plaintext
Raw Normal View History

2009-12-15 20:24:17 +01:00
# 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
2012-02-14 23:08:09 +01:00
version=2.7
2009-12-15 20:24:17 +01:00
release=1
source=(http://download.sourceforge.net/musicpd/$name/$version/$name-$version.tar.bz2)
2009-12-15 20:24:17 +01:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}