diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2014-08-29 14:13:26 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2014-08-29 14:13:26 +0200 |
| commit | 00b7776c0dc294c26c3b09bff236ccacbedd2080 (patch) | |
| tree | ba98e516ca7d476555ffa488b0fcce6b604f4eed /gnu | |
| parent | dd16424466196616b99c13526537a89aaee27f88 (diff) | |
gnu: Add nss-mdns.
* gnu/packages/avahi.scm (nss-mdns): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/avahi.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm index d3a92844c20..3f2fdffc287 100644 --- a/gnu/packages/avahi.scm +++ b/gnu/packages/avahi.scm | |||
| @@ -68,3 +68,25 @@ | |||
| 68 | network. It is an implementation of the mDNS (for \"Multicast DNS\") and | 68 | network. It is an implementation of the mDNS (for \"Multicast DNS\") and |
| 69 | DNS-SD (for \"DNS-Based Service Discovery\") protocols.") | 69 | DNS-SD (for \"DNS-Based Service Discovery\") protocols.") |
| 70 | (license lgpl2.1+))) | 70 | (license lgpl2.1+))) |
| 71 | |||
| 72 | (define-public nss-mdns | ||
| 73 | (package | ||
| 74 | (name "nss-mdns") | ||
| 75 | (version "0.10") | ||
| 76 | (source (origin | ||
| 77 | (method url-fetch) | ||
| 78 | (uri (string-append | ||
| 79 | "http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-" | ||
| 80 | version ".tar.gz")) | ||
| 81 | (sha256 | ||
| 82 | (base32 | ||
| 83 | "0vgs6j0qsl0mwzh5a0m0bykr7x6bx79vnbyn0r3q289rghp3qs0y")))) | ||
| 84 | (build-system gnu-build-system) | ||
| 85 | (home-page "http://0pointer.de/lennart/projects/nss-mdns/") | ||
| 86 | (synopsis "The mDNS Name Service Switch (NSS) plug-in") | ||
| 87 | (description | ||
| 88 | "'nss-mdns' is a plug-in for the Name Service Switch (NSS) functionality | ||
| 89 | of the GNU C Library, providing host name resolution via Multicast DNS (mDNS). | ||
| 90 | It allows for name resolution by programs in the ad-hoc mDNS domain | ||
| 91 | '.local'.") | ||
| 92 | (license lgpl2.1+))) | ||
