UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

avahi

The Avahi package is a system which facilitates service discovery on a local network.

Package info

Template:
Codename: avahi
Source file: avahi-0.8.tar.gz
Source directory: avahi-0.8
Package URL: avahi-0.8.tar.gz
Package md5-checksum URL: avahi-0.8.tar.gz.md5sum
Dependances: qt6, glib, gobject-introspection, gtk3, libdaemon.
Dependance of: hplip, sane-backends, geoclue, seahorse, KF6, vlc.
Patches: avahi-0.8-ipv6_race_condition_fix-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
System preparation script:
groupadd -fg 84 avahi &&
useradd -c "Avahi Daemon Owner" -d /run/avahi-daemon -u 84 \
        -g avahi -s /bin/false avahi

groupadd -fg 86 netdev

Configuration script:
sed -i '426a if (events & AVAHI_WATCH_HUP) { \
client_free(c); \
return; \
}' avahi-daemon/simple-protocol.c

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure \
    --prefix=/usr        \
    --sysconfdir=/etc    \
    --localstatedir=/var \
    $ARG_STATIC          \
    --disable-libevent   \
    --disable-mono       \
    --disable-monodoc    \
    --disable-python     \
    --disable-qt3        \
    --disable-qt4        \
    --disable-qt5        \
    --enable-core-docs   \
    --with-distro=none   \
    --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' 

Build script:
make

Install script:
make install