UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
avahi
The Avahi package is a system which facilitates service discovery on a local network.Package info
Codename: avahi
Source file: avahi-0.8.tar.gz
Source directory: avahi-0.8
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/a/avahi-0.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/a/avahi-0.8.tar.gz.md5sum
Dependances: glib, gobject-introspection, gtk3, libdaemon.
Dependance of: sane-backends, geoclue, 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