summaryrefslogtreecommitdiffstats
path: root/openwrt/package/avahi/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/avahi/ipkg')
-rw-r--r--openwrt/package/avahi/ipkg/avahi-daemon.conffiles1
-rw-r--r--openwrt/package/avahi/ipkg/avahi-daemon.control7
-rw-r--r--openwrt/package/avahi/ipkg/avahi-dnsconfd.control7
-rw-r--r--openwrt/package/avahi/ipkg/libavahi.control6
4 files changed, 21 insertions, 0 deletions
diff --git a/openwrt/package/avahi/ipkg/avahi-daemon.conffiles b/openwrt/package/avahi/ipkg/avahi-daemon.conffiles
new file mode 100644
index 000000000..7f32af64d
--- /dev/null
+++ b/openwrt/package/avahi/ipkg/avahi-daemon.conffiles
@@ -0,0 +1 @@
+/etc/avahi/avahi-daemon.conf
diff --git a/openwrt/package/avahi/ipkg/avahi-daemon.control b/openwrt/package/avahi/ipkg/avahi-daemon.control
new file mode 100644
index 000000000..47410fb2a
--- /dev/null
+++ b/openwrt/package/avahi/ipkg/avahi-daemon.control
@@ -0,0 +1,7 @@
+Package: avahi-daemon
+Priority: optional
+Section: net
+Maintainer: OpenWrt Developers Team <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/avahi/
+Depends: libavahi, libdaemon, libexpat
+Description: an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)
diff --git a/openwrt/package/avahi/ipkg/avahi-dnsconfd.control b/openwrt/package/avahi/ipkg/avahi-dnsconfd.control
new file mode 100644
index 000000000..684a9c442
--- /dev/null
+++ b/openwrt/package/avahi/ipkg/avahi-dnsconfd.control
@@ -0,0 +1,7 @@
+Package: avahi-dnsconfd
+Priority: optional
+Section: net
+Maintainer: OpenWrt Developers Team <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/avahi/
+Depends: libavahi, libdaemon, avahi-daemon
+Description: an Unicast DNS server from mDNS/DNS-SD configuration daemon
diff --git a/openwrt/package/avahi/ipkg/libavahi.control b/openwrt/package/avahi/ipkg/libavahi.control
new file mode 100644
index 000000000..68c6daff5
--- /dev/null
+++ b/openwrt/package/avahi/ipkg/libavahi.control
@@ -0,0 +1,6 @@
+Package: libavahi
+Priority: optional
+Section: libs
+Maintainer: OpenWrt Developers Team <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/avahi/
+Description: an DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) implementation (library)