summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/spice
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-08-25 07:44:46 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-26 17:32:45 -0700
commite074e958dc7af9bc131e30bab2de33ede83670c6 (patch)
treee3d53982dbe4feef416420dbf3c839422ffd2984 /meta-networking/recipes-support/spice
parentd0f8cfd93b453ae7f8f9bba0c5155cb5d72eb145 (diff)
downloadmeta-openembedded-e074e958dc7af9bc131e30bab2de33ede83670c6.tar.gz
phodav: add recipe
phodav is a small webdav server, that was originally created as a tool to provide folder sharing for spice but it can be used on a wider range of applications. It is usable e.g. in virt-viewer or gnome-boxes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/spice')
-rw-r--r--meta-networking/recipes-support/spice/phodav_3.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/phodav_3.0.bb b/meta-networking/recipes-support/spice/phodav_3.0.bb
new file mode 100644
index 000000000..03e3caee2
--- /dev/null
+++ b/meta-networking/recipes-support/spice/phodav_3.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "phodav is a WebDav server implementation using libsoup (RFC 4918)."
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5DEPENDS = " \
6 glib-2.0 \
7 libsoup \
8"
9
10GNOMEBASEBUILDCLASS = "meson"
11GTKDOC_MESON_OPTION = 'gtk_doc'
12GTKDOC_MESON_ENABLE_FLAG = 'enabled'
13GTKDOC_MESON_DISABLE_FLAG = 'disabled'
14
15PACKAGECONFIG ??= "avahi"
16PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi"
17
18inherit pkgconfig gnomebase gettext gtk-doc
19
20SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive"
21SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1"
22
23FILES:${PN} += "${libdir}"