From: Mathieu Othacehe <m.othacehe@gmail.com>
To: 33954@debbugs.gnu.org
Subject: [bug#33954] [PATCH 1/3] gnu: Add libmicrodns.
Date: Wed, 2 Jan 2019 19:40:14 +0100 [thread overview]
Message-ID: <20190102184016.5269-1-m.othacehe@gmail.com> (raw)
In-Reply-To: <20190102183813.5132-1-m.othacehe@gmail.com>
* gnu/packages/dns.scm (libmicrodns): New package.
---
gnu/packages/dns.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index c7b630364..2ebc3d8da 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -781,3 +782,30 @@ attempts the update when it has changed.")
"@command{hnsd} is a @dfn{host name resolver} for the Handshake Naming
System (HNS) peer-to-peer network.")
(license license:expat))))
+
+(define-public libmicrodns
+ (package
+ (name "libmicrodns")
+ (version "0.0.10")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/videolabs/libmicrodns")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1xvl9k49ng35wbsqmnjnyqvkyjf8dcq2ywsq3jp3wh0rgmxhq2fh"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)))
+ (home-page "https://github.com/videolabs/libmicrodns")
+ (synopsis "Minimal mDNS resolver library")
+ (description "@code{libmicrodns} provides a minimal implementation of a
+mDNS resolver as well as an announcer. mDNS (Multicast Domain Name System) is
+a zero-config service that allows one to resolve host names to IP addresses in
+local networks.")
+ (license license:lgpl2.1)))
--
2.20.1
next prev parent reply other threads:[~2019-01-02 18:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-02 18:38 [bug#33954] [PATCH 0/3] vlc: Add chromecast support Mathieu Othacehe
2019-01-02 18:40 ` Mathieu Othacehe [this message]
2019-01-02 18:40 ` [bug#33954] [PATCH 2/3] gnu: vlc: Add libmicrodns to inputs Mathieu Othacehe
2019-01-02 18:40 ` [bug#33954] [PATCH 3/3] gnu: vlc: Add protobuf " Mathieu Othacehe
2019-01-03 19:35 ` [bug#33954] [PATCH 0/3] vlc: Add chromecast support Leo Famulari
2019-01-03 19:39 ` bug#33954: " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190102184016.5269-1-m.othacehe@gmail.com \
--to=m.othacehe@gmail.com \
--cc=33954@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).