Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Buildroot patch] Add package nss-mdns.
@ 2012-06-05 20:22 Marek Belisko
  2012-06-17 17:45 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Belisko @ 2012-06-05 20:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
---
 package/Config.in            |    1 +
 package/nss-mdns/Config.in   |   11 +++++++++++
 package/nss-mdns/nss-mdns.mk |   10 ++++++++++
 3 files changed, 22 insertions(+)
 create mode 100644 package/nss-mdns/Config.in
 create mode 100644 package/nss-mdns/nss-mdns.mk

diff --git a/package/Config.in b/package/Config.in
index dde5800..e9c8a6b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -419,6 +419,7 @@ source "package/libsoup/Config.in"
 source "package/libtorrent/Config.in"
 source "package/libupnp/Config.in"
 source "package/libvncserver/Config.in"
+source "package/nss-mdns/Config.in"
 source "package/ortp/Config.in"
 source "package/zeromq/Config.in"
 endmenu
diff --git a/package/nss-mdns/Config.in b/package/nss-mdns/Config.in
new file mode 100644
index 0000000..7a17b4e
--- /dev/null
+++ b/package/nss-mdns/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_NSS_MDNS
+	bool "nss-mdns"
+	help
+	  nss-mdns is a plugin for the GNU Name Service Switch (NSS)
+	  functionality of the GNU C Library (glibc) providing host
+	  name resolution via Multicast DNS (aka Zeroconf, aka Apple
+	  Rendezvous, aka Apple Bonjour), effectively allowing name
+	  resolution by common Unix/Linux programs in the ad-hoc
+	  mDNS domain .local.
+
+	  http://0pointer.de/lennart/projects/nss-mdns/
diff --git a/package/nss-mdns/nss-mdns.mk b/package/nss-mdns/nss-mdns.mk
new file mode 100644
index 0000000..a0d80d1
--- /dev/null
+++ b/package/nss-mdns/nss-mdns.mk
@@ -0,0 +1,10 @@
+#############################################################
+#
+# nss_mdns
+#
+#############################################################
+NSS_MDNS_VERSION:=0.10
+NSS_MDNS_SOURCE:=nss-mdns-$(NSS_MDNS_VERSION).tar.gz
+NSS_MDNS_SITE:=http://0pointer.de/lennart/projects/nss-mdns
+
+$(eval $(call AUTOTARGETS))
-- 
1.7.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-17 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-05 20:22 [Buildroot] [Buildroot patch] Add package nss-mdns Marek Belisko
2012-06-17 17:45 ` Peter Korsgaard
2012-06-17 19:15   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox