blob: cd868c243b62bd6859ddc6bdb7e0f17a832080f6 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "Simple client plugin for Music Player Daemon"
2HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
3SECTION = "x11/application"
4LICENSE = "0BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0"
6
7inherit xfce-panel-plugin
8
9DEPENDS += "libmpd"
10
11# While this item does not require it, it depends on mpd which does
12LICENSE_FLAGS = "commercial"
13
14# for now we recommend our own mpd-server
15RRECOMMENDS:${PN} = "mpd"
16
17SRC_URI[sha256sum] = "0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d"