diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 08:48:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-23 08:48:12 +0000 |
commit | 72f258abe3fc61a0afaf3472507c4082d1d612fa (patch) | |
tree | 7dd5e9c498c4adbe701f5c37e34b64f59385e671 /package/avahi/ipkg | |
parent | a820b65774d2e2e0ee82f83206ae3b206694f655 (diff) |
add avahi package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1732 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avahi/ipkg')
-rw-r--r-- | package/avahi/ipkg/avahi-daemon.conffiles | 1 | ||||
-rw-r--r-- | package/avahi/ipkg/avahi-daemon.control | 7 | ||||
-rw-r--r-- | package/avahi/ipkg/avahi-dnsconfd.control | 7 | ||||
-rw-r--r-- | package/avahi/ipkg/libavahi.control | 6 |
4 files changed, 21 insertions, 0 deletions
diff --git a/package/avahi/ipkg/avahi-daemon.conffiles b/package/avahi/ipkg/avahi-daemon.conffiles new file mode 100644 index 0000000000..7f32af64d6 --- /dev/null +++ b/package/avahi/ipkg/avahi-daemon.conffiles @@ -0,0 +1 @@ +/etc/avahi/avahi-daemon.conf diff --git a/package/avahi/ipkg/avahi-daemon.control b/package/avahi/ipkg/avahi-daemon.control new file mode 100644 index 0000000000..47410fb2a9 --- /dev/null +++ b/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/package/avahi/ipkg/avahi-dnsconfd.control b/package/avahi/ipkg/avahi-dnsconfd.control new file mode 100644 index 0000000000..684a9c442a --- /dev/null +++ b/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/package/avahi/ipkg/libavahi.control b/package/avahi/ipkg/libavahi.control new file mode 100644 index 0000000000..68c6daff55 --- /dev/null +++ b/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) |