summaryrefslogtreecommitdiff
path: root/package/avahi
diff options
context:
space:
mode:
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/Config.in45
-rw-r--r--package/avahi/Config.in.lib18
-rw-r--r--package/avahi/Makefile2
3 files changed, 2 insertions, 63 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in
deleted file mode 100644
index 53d0e1ff8..000000000
--- a/package/avahi/Config.in
+++ /dev/null
@@ -1,45 +0,0 @@
-config ADK_COMPILE_AVAHI
- tristate
- default n
- depends on ADK_PACKAGE_AVAHI_DAEMON || ADK_PACKAGE_AVAHI_DNSCONFD || ADK_PACKAGE_LIBAVAHI
-
-config ADK_PACKAGE_AVAHI_DAEMON
- prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
- tristate
- default n
- select ADK_COMPILE_AVAHI
- select ADK_PACKAGE_LIBAVAHI
- select ADK_PACKAGE_LIBDAEMON
- select ADK_PACKAGE_GLIB
- help
- Avahi is a system which facilitates service discovery on a local network --
- this means that you can plug your laptop or computer into a network and
- instantly be able to view other people who you can chat with, find printers
- to print to or find files being shared. This kind of technology is already
- found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
- and is very convenient.
-
- http://www.freedesktop.org/Software/Avahi
-
- This package contains an mDNS/DNS-SD daemon.
-
-config ADK_PACKAGE_AVAHI_DNSCONFD
- prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon"
- tristate
- default n
- select ADK_COMPILE_AVAHI
- depends on ADK_PACKAGE_AVAHI_DAEMON
- help
- Avahi is a system which facilitates service discovery on a local network --
- this means that you can plug your laptop or computer into a network and
- instantly be able to view other people who you can chat with, find printers
- to print to or find files being shared. This kind of technology is already
- found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
- and is very convenient.
-
- http://www.freedesktop.org/Software/Avahi
-
- This package contains an Unicast DNS server from mDNS/DNS-SD configuration
- daemon, which may be used to configure conventional DNS servers using mDNS
- in a DHCP-like fashion. Especially useful on IPv6.
-
diff --git a/package/avahi/Config.in.lib b/package/avahi/Config.in.lib
deleted file mode 100644
index abfbdc426..000000000
--- a/package/avahi/Config.in.lib
+++ /dev/null
@@ -1,18 +0,0 @@
-config ADK_PACKAGE_LIBAVAHI
- prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
- tristate
- default n
- select ADK_COMPILE_AVAHI
- help
- Avahi is a system which facilitates service discovery on a local network --
- this means that you can plug your laptop or computer into a network and
- instantly be able to view other people who you can chat with, find printers
- to print to or find files being shared. This kind of technology is already
- found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
- and is very convenient.
-
- http://www.freedesktop.org/Software/Avahi
-
- This package contains the mDNS/DNS-SD shared libraries, used by other programs.
-
-
diff --git a/package/avahi/Makefile b/package/avahi/Makefile
index 7ba87d368..a85b4dcd1 100644
--- a/package/avahi/Makefile
+++ b/package/avahi/Makefile
@@ -6,12 +6,14 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= avahi
PKG_VERSION:= 0.6.25
PKG_RELEASE:= 1
+PKG_BUILDDEP+= libdaemon expat gdbm glib
PKG_MD5SUM:= a83155a6e29e3988f07e5eea3287b21e
PKG_DESCR:= mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) daemon
PKG_SECTION:= net
PKG_DEPENDS:= libavahi libdaemon libexpat
PKG_URL:= http://avahi.org
PKG_SITES:= http://avahi.org/download/
+
PKG_DEPENDS_1:= libavahi libdaemon avahi-daemon
PKG_DESCR_1:= Unicast DNS server from mDNS/DNS-SD configuration daemon
PKG_DESCR_2:= DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) library