1SUMMARY = "Music Player Daemon library"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4HOMEPAGE ="http://sourceforge.net/projects/musicpd"
5DEPENDS = "glib-2.0"
6
7SRC_URI = "http://www.musicpd.org/download/${BPN}/${PV}/${BP}.tar.gz \
8           file://0001-fix-return-makes-integer-from-pointer-without-a-cast.patch \
9           file://0002-fix-comparison-between-pointer-and-zero-character-co.patch \
10           file://0003-include-config.h.patch \
11"
12SRC_URI[sha256sum] = "fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83"
13
14inherit autotools pkgconfig
15