* [PATCH] gnu: Add miredo.
@ 2015-05-12 13:30 Taylan Ulrich Bayırlı/Kammer
2015-05-12 20:20 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2015-05-12 13:30 UTC (permalink / raw)
To: guix-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-miredo.patch --]
[-- Type: text/x-diff, Size: 1930 bytes --]
From 46a336ecc1c7e086a99af784829456f0ed216303 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
<taylanbayirli@gmail.com>
Date: Tue, 12 May 2015 15:29:06 +0200
Subject: [PATCH] gnu: Add miredo.
* gnu/packages/networking.scm (miredo): New variable.
---
gnu/packages/networking.scm | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b9125af..dd13e17 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -24,7 +24,35 @@
#:use-module (guix build-system gnu)
#:use-module (gnu packages openssl))
-;; XXX: Group with other networking tools like tcpdump in a module?
+(define-public miredo
+ (package
+ (name "miredo")
+ (version "1.2.6")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://www.remlab.net/files/miredo/miredo-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "0j9ilig570snbmj48230hf7ms8kvcwi2wblycqrmhh85lksd49ps"))))
+ (build-system gnu-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ ;; The checkconf test in src/ requires network access.
+ (add-before
+ 'check 'disable-checkconf-test
+ (lambda _
+ (substitute* "src/Makefile"
+ (("^TESTS = .*") "TESTS = \n")))))))
+ (home-page "http://www.remlab.net/miredo/")
+ (synopsis "Teredo IPv6 tunneling software")
+ (description
+ "Miredo is an implementation (client, relay, server) of the Teredo
+specification, which provides IPv6 Internet connectivity to IPv6 enabled hosts
+residing in IPv4-only networks, even when they are behind a NAT device.")
+ (license license:gpl2+)))
+
(define-public socat
(package
(name "socat")
--
2.2.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add miredo.
2015-05-12 13:30 [PATCH] gnu: Add miredo Taylan Ulrich Bayırlı/Kammer
@ 2015-05-12 20:20 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-05-12 20:20 UTC (permalink / raw)
To: Taylan Ulrich "Bayırlı/Kammer"; +Cc: guix-devel
taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> From 46a336ecc1c7e086a99af784829456f0ed216303 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
> <taylanbayirli@gmail.com>
> Date: Tue, 12 May 2015 15:29:06 +0200
> Subject: [PATCH] gnu: Add miredo.
>
> * gnu/packages/networking.scm (miredo): New variable.
LGTM!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-12 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 13:30 [PATCH] gnu: Add miredo Taylan Ulrich Bayırlı/Kammer
2015-05-12 20:20 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.