xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpc_0.34.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "A minimalist command line interface to the Music Player Daemon"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
5
6inherit meson pkgconfig
7
8DEPENDS += "libmpdclient"
9
10SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https"
11SRCREV = "31c900b79b3a1cd7f2944e92f24223d12589fdaa"
12
13S = "${WORKDIR}/git"
14