diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-23 08:48:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-23 08:48:12 +0000 |
commit | 3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588 (patch) | |
tree | 0eaa445a7f15d841d2aeedc2b195b70641100436 /openwrt/package/avahi/ipkg | |
parent | 2770f08c23566d57c7b7aebf00a495e313add7d2 (diff) | |
download | mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.zip mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.tar.gz mtk-20170518-3e7f6f58ec687c90a9aeba7a06bc1a5ddffbd588.tar.bz2 |
add avahi package
SVN-Revision: 1732
Diffstat (limited to 'openwrt/package/avahi/ipkg')
-rw-r--r-- | openwrt/package/avahi/ipkg/avahi-daemon.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/avahi/ipkg/avahi-daemon.control | 7 | ||||
-rw-r--r-- | openwrt/package/avahi/ipkg/avahi-dnsconfd.control | 7 | ||||
-rw-r--r-- | openwrt/package/avahi/ipkg/libavahi.control | 6 |
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 0000000..7f32af6 --- /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 0000000..47410fb --- /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 0000000..684a9c4 --- /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 0000000..68c6daf --- /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) |