contrib/libmpd/Pkgfile

20 lines
456 B
Plaintext
Raw Normal View History

# Description: Callback based interface to MPD
2007-02-20 12:15:53 +01:00
# URL: http://sarine.nl/libmpd
# Maintainer: Thomas Penteker, tek at serverop dot de
2007-02-20 12:15:53 +01:00
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on:
name=libmpd
2010-04-02 17:19:26 +02:00
version=0.20.0
2007-02-20 12:15:53 +01:00
release=1
2009-01-13 00:01:45 +01:00
source=(http://download.sarine.nl/Programs/gmpc/$version/$name-$version.tar.gz)
2007-02-20 12:15:53 +01:00
build() {
2008-05-19 23:33:25 +02:00
cd libmpd-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
2007-02-20 12:15:53 +01:00
}