summaryrefslogtreecommitdiff
path: root/package/avahi/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi/ipkg')
-rw-r--r--package/avahi/ipkg/avahi-daemon.conffiles3
-rw-r--r--package/avahi/ipkg/avahi-daemon.control5
-rw-r--r--package/avahi/ipkg/avahi-daemon.postinst6
-rw-r--r--package/avahi/ipkg/avahi-dnsconfd.control5
-rw-r--r--package/avahi/ipkg/libavahi.control4
5 files changed, 23 insertions, 0 deletions
diff --git a/package/avahi/ipkg/avahi-daemon.conffiles b/package/avahi/ipkg/avahi-daemon.conffiles
new file mode 100644
index 000000000..46379ed96
--- /dev/null
+++ b/package/avahi/ipkg/avahi-daemon.conffiles
@@ -0,0 +1,3 @@
+/etc/avahi/avahi-daemon.conf
+/etc/avahi/services/http.service
+/etc/avahi/services/ssh.service
diff --git a/package/avahi/ipkg/avahi-daemon.control b/package/avahi/ipkg/avahi-daemon.control
new file mode 100644
index 000000000..f68a690fe
--- /dev/null
+++ b/package/avahi/ipkg/avahi-daemon.control
@@ -0,0 +1,5 @@
+Package: avahi-daemon
+Priority: optional
+Section: net
+Depends: libavahi, libdaemon, libexpat
+Description: an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)
diff --git a/package/avahi/ipkg/avahi-daemon.postinst b/package/avahi/ipkg/avahi-daemon.postinst
new file mode 100644
index 000000000..0e3e13912
--- /dev/null
+++ b/package/avahi/ipkg/avahi-daemon.postinst
@@ -0,0 +1,6 @@
+#!/bin/sh
+. $IPKG_INSTROOT/etc/functions.sh
+gid=$(get_next_gid)
+add_group avahi $gid
+add_user avahi $(get_next_uid) $gid /tmp
+add_rcconf avahi avahi NO
diff --git a/package/avahi/ipkg/avahi-dnsconfd.control b/package/avahi/ipkg/avahi-dnsconfd.control
new file mode 100644
index 000000000..1213a0e7b
--- /dev/null
+++ b/package/avahi/ipkg/avahi-dnsconfd.control
@@ -0,0 +1,5 @@
+Package: avahi-dnsconfd
+Priority: optional
+Section: net
+Depends: libavahi, libdaemon, avahi-daemon
+Description: an Unicast DNS server from mDNS/DNS-SD configuration daemon
diff --git a/package/avahi/ipkg/libavahi.control b/package/avahi/ipkg/libavahi.control
new file mode 100644
index 000000000..4912296bc
--- /dev/null
+++ b/package/avahi/ipkg/libavahi.control
@@ -0,0 +1,4 @@
+Package: libavahi
+Priority: optional
+Section: libs
+Description: an DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) implementation (library)