From 6f58d685d7226ea8459105db15c7f54b8bc90d8f Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 23 Aug 2005 08:48:12 +0000 Subject: add avahi package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1732 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/avahi/ipkg/avahi-daemon.conffiles | 1 + openwrt/package/avahi/ipkg/avahi-daemon.control | 7 +++++++ openwrt/package/avahi/ipkg/avahi-dnsconfd.control | 7 +++++++ openwrt/package/avahi/ipkg/libavahi.control | 6 ++++++ 4 files changed, 21 insertions(+) create mode 100644 openwrt/package/avahi/ipkg/avahi-daemon.conffiles create mode 100644 openwrt/package/avahi/ipkg/avahi-daemon.control create mode 100644 openwrt/package/avahi/ipkg/avahi-dnsconfd.control create mode 100644 openwrt/package/avahi/ipkg/libavahi.control (limited to 'openwrt/package/avahi/ipkg') diff --git a/openwrt/package/avahi/ipkg/avahi-daemon.conffiles b/openwrt/package/avahi/ipkg/avahi-daemon.conffiles new file mode 100644 index 0000000000..7f32af64d6 --- /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 0000000000..47410fb2a9 --- /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 +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 0000000000..684a9c442a --- /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 +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 0000000000..68c6daff55 --- /dev/null +++ b/openwrt/package/avahi/ipkg/libavahi.control @@ -0,0 +1,6 @@ +Package: libavahi +Priority: optional +Section: libs +Maintainer: OpenWrt Developers Team +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/avahi/ +Description: an DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) implementation (library) -- cgit v1.2.3