[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/3] gnu: Add rng-tools 5.
From: |
David Craven |
Subject: |
[PATCH 2/3] gnu: Add rng-tools 5. |
Date: |
Sun, 3 Jul 2016 04:26:28 +0200 |
* gnu/packages/linux.scm: New package.
---
gnu/packages/linux.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7799350..f1b2172 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2726,3 +2726,23 @@ from userspace.")
commonly found on Microsoft Windows. It is implemented as a FUSE file system.
The package provides additional NTFS tools.")
(license license:gpl2+)))
+
+(define-public rng-tools
+ (package
+ (name "rng-tools")
+ (version "5")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://downloads.sourceforge.net/sourceforge/gkernel/rng-tools-" version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "13h7lc8wl9khhvkr0i3bl5j9bapf8anhqis1lcnwxg1vc2v058b0"))))
+ (build-system gnu-build-system)
+ (synopsis "Random number generator daemon")
+ (description
+ "Monitor a hardware random number generator, and supply entropy
+from that to the system kernel's /dev/random machinery.")
+ (home-page "http://sourceforge.net/projects/gkernel")
+ (license license:gpl2)))
--
2.9.0
- [PATCH] services: Add rngd service., David Craven, 2016/07/02
- Re: [PATCH] services: Add rngd service., Leo Famulari, 2016/07/02
- Re: [PATCH] services: Add rngd service., David Craven, 2016/07/02
- [PATCH 3/3] services: Add rngd-service., David Craven, 2016/07/02
- [PATCH 2/3] gnu: Add rng-tools 5.,
David Craven <=
- [PATCH 3/4] services: Add rngd-service., David Craven, 2016/07/03
- [PATCH 4/4] build: Ignore texi2pdf temporary files., David Craven, 2016/07/03