guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add npth.


From: Andreas Enge
Subject: 01/01: gnu: Add npth.
Date: Thu, 19 Feb 2015 20:57:27 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit c18ea90fd9812c1dd7cebba3dd519e631e0d9fee
Author: Andreas Enge <address@hidden>
Date:   Thu Feb 19 21:22:25 2015 +0100

    gnu: Add npth.
    
    * gnu/packages/gnupg.scm (npth): New variable.
---
 gnu/packages/gnupg.scm |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index fa44d1f..a7b303b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -162,6 +162,31 @@ as well as the CMS easily accessible by other 
applications.  Both
 specifications are building blocks of S/MIME and TLS.")
     (license gpl3+)))
 
+(define-public npth
+  (package
+    (name "npth")
+    (version "1.1")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append
+            "mirror://gnupg/npth/npth-"
+            version ".tar.bz2"))
+      (sha256
+       (base32
+        "0zyzwmk4mp6pas87jz35zx0jvwdz7x5b13w225gs73gcn8g5cv49"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.gnupg.org";)
+    (synopsis "Non-preemptive thread library")
+    (description
+     "Npth is a library to provide the GNU Pth API and thus a non-preemptive
+threads implementation.
+
+In contrast to GNU Pth is is based on the system's standard threads
+implementation.  This allows the use of libraries which are not
+compatible to GNU Pth.")
+    (license (list lgpl3+ gpl2+)))) ; dual license
+
 (define-public gnupg
   (package
     (name "gnupg")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]