Update to SPDX license names
[AGL/meta-agl-demo.git] / recipes-multimedia / musicpd / mpc_0.33.bb
1 SUMMARY = "A minimalist command line interface to the Music Player Daemon"
2 LICENSE = "GPL-2.0-only"
3 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
5
6 inherit meson pkgconfig
7
8 DEPENDS += "libmpdclient"
9
10 SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https"
11 SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed"
12
13 S = "${WORKDIR}/git"