blob: 85235490ca5df6dac13343d679ddb57d1832b9b3 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "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
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[md5sum] = "305dfdacb2b2198e1f1673d61f86e4f5"
18SRC_URI[sha256sum] = "635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01"