UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
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 file size: 1591458
Source file MD5-checkum: 229c6aa30674fc43c202b22c5f8c2be7
Source directory: avahi-0.8
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/avahi-0.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/avahi-0.8.tar.gz.md5sum
Dependances: qt5, glib, gobject-introspection, gtk3, libdaemon.
Dependance of: hplip, sane-backends, geoclue, seahorse, KF6, vlc.
Patches: *** NO PATCHES FOUND *** 
Addons: *** NO ADDONS FOUND *** 
Nestings *** NO NESTINGS FOUND *** 
Configuration 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
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        \
    --enable-core-docs   \
    --with-distro=none   \
    --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' 
Build script:
    
make
Install script:
    
make install