libmpd is trying to provide a easy to use high level, callback based access to mpd. It tries to be fast and keep the data transfer with mpd to the minimum. To do this it implements queues for deleting and adding songs. There is extra functionallity added for the ease of the programmer.
16 lines
428 B
Makefile
16 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/11/22 19:26:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libmpd-0.01
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.qballcow.nl/programs/libmpd/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://download.qballcow.nl/programs/libmpd/libmpd.html
|
|
COMMENT= Library to access mpd (musicpd)
|
|
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libmpd-0.01.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|