diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-xfce/recipes-multimedia/xfmpc | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-multimedia/xfmpc')
-rw-r--r-- | meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.2.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.2.bb new file mode 100644 index 0000000000..b1cabd682e --- /dev/null +++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.2.bb | |||
@@ -0,0 +1,13 @@ | |||
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 | |||
7 | # for now we recommend our own mpd-server | ||
8 | RRECOMMENDS_${PN} = "mpd" | ||
9 | |||
10 | inherit xfce-app | ||
11 | |||
12 | SRC_URI[md5sum] = "e4e198850c2467c47783969ac9c16ec0" | ||
13 | SRC_URI[sha256sum] = "ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862" | ||