blob: 08c65eb2596a2206b636278d9765234b0a2ced4f [file] [log] [blame]
Andrew Geissler5082cc72023-09-11 08:41:39 -04001SUMMARY = "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
Andrew Geissler5082cc72023-09-11 08:41:39 -040010GTKDOC_MESON_OPTION = 'gtk_doc'
11GTKDOC_MESON_ENABLE_FLAG = 'enabled'
12GTKDOC_MESON_DISABLE_FLAG = 'disabled'
13
14PACKAGECONFIG ??= "avahi"
15PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi"
16
17inherit pkgconfig gnomebase gettext gtk-doc
18
19EXTRA_OEMESON += "-Dsystemdsystemunitdir=${systemd_system_unitdir}"
20
21SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive"
22SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1"
23
24FILES:${PN} += "${libdir} ${systemd_system_unitdir}"