Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | SUMMARY = "Simple client plugin for Music Player Daemon" |
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" |
| 3 | SECTION = "x11/application" |
| 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0" |
| 6 | |
| 7 | inherit xfce-panel-plugin |
| 8 | |
| 9 | DEPENDS += "libmpd" |
| 10 | |
| 11 | # While this item does not require it, it depends on mpd which does |
| 12 | LICENSE_FLAGS = "commercial" |
| 13 | |
| 14 | # for now we recommend our own mpd-server |
| 15 | RRECOMMENDS_${PN} = "mpd" |
| 16 | |
| 17 | SRC_URI[md5sum] = "305dfdacb2b2198e1f1673d61f86e4f5" |
| 18 | SRC_URI[sha256sum] = "635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01" |