blob: 9f501f796d35e72385c6a16f6dac06798bf4393d [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Simple client plugin for Music Player Daemon"
2HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
3SECTION = "x11/application"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0"
6
7inherit xfce-panel-plugin
8
9DEPENDS += "libmpd"
10
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011# While this item does not require it, it depends on mpd which does
12LICENSE_FLAGS = "commercial"
13
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014# for now we recommend our own mpd-server
15RRECOMMENDS_${PN} = "mpd"
16
17SRC_URI[md5sum] = "13d5d95ef0c305bac45fde6231258e5d"
18SRC_URI[sha256sum] = "f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0"