summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/avahi.morph
blob: a255ce1eeb210f972823b94f0894e912e83a7fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: avahi
kind: chunk
build-system: autotools
configure-commands:
- |
  ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var --disable-werror \
               --with-distro=none --disable-qt3 --disable-qt4 --disable-gtk --disable-gtk3 \
               --disable-pygtk --disable-python-dbus --disable-mono --disable-manpages
system-integration:
  avahi-misc:
    00-add-avahi-user:
    - groupadd -fg 86 netdev
    - groupadd -fg 84 avahi
    - useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 -g avahi -s /bin/false avahi
    00-enable-avahi-service:
    - systemctl enable avahi-daemon