Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Music Player Daemon (MPD) client written in GTK+" |
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfmpc" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native" |
| 6 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | # While this item does not require it, it depends on mpd which does |
| 8 | LICENSE_FLAGS = "commercial" |
| 9 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 10 | # for now we recommend our own mpd-server |
| 11 | RRECOMMENDS_${PN} = "mpd" |
| 12 | |
| 13 | inherit xfce-app |
| 14 | |
| 15 | SRC_URI[md5sum] = "e2d2faeb7a6f62813e287f3d12522b71" |
| 16 | SRC_URI[sha256sum] = "4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0" |