Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [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 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | # While this item does not require it, it depends on mpd which does |
| 12 | LICENSE_FLAGS = "commercial" |
| 13 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 14 | # for now we recommend our own mpd-server |
| 15 | RRECOMMENDS_${PN} = "mpd" |
| 16 | |
| 17 | SRC_URI[md5sum] = "13d5d95ef0c305bac45fde6231258e5d" |
| 18 | SRC_URI[sha256sum] = "f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0" |