[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/19: gnu: Add lksctp-tools.
From: |
guix-commits |
Subject: |
11/19: gnu: Add lksctp-tools. |
Date: |
Sun, 5 Jul 2020 15:02:19 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit abbfae2598f020dc9b40e632a7ae0423d55471c3
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Jul 3 09:43:19 2020 -0400
gnu: Add lksctp-tools.
* gnu/packages/networking.scm (lksctp-tools): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/networking.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8bc3ce7..7a46731 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -133,6 +133,41 @@
#:use-module (gnu packages xml)
#:use-module (ice-9 match))
+(define-public lksctp-tools
+ (package
+ (name "lksctp-tools")
+ (version "1.0.18")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/sctp/lksctp-tools.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1x4fwzrlzvfa3vcpja97m8w5g9ir2zrh4zs7zksminrnmdrs0dsr"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("linux-headers" ,linux-libre-headers)))
+ (synopsis "Linux SCTP helper library")
+ (description "Lksctp-tools project provides a user space library for SCTP
+(libsctp) including C language header files (netinet/sctp.h) for accessing SCTP
+specific application programming interfaces not provided by the standard
+sockets, and also some helper utilities around SCTP.")
+ (home-page "http://lksctp.sourceforge.net/")
+ (license
+ (list
+ ;; Library.
+ license:lgpl2.1+
+ ;; Others.
+ license:gpl2+))))
+
(define-public nng
(package
(name "nng")
- 14/19: gnu: Add svt-hevc., (continued)
- 14/19: gnu: Add svt-hevc., guix-commits, 2020/07/05
- 04/19: gnu: Add libmms., guix-commits, 2020/07/05
- 08/19: gnu: Add libofa., guix-commits, 2020/07/05
- 12/19: gnu: Add srt., guix-commits, 2020/07/05
- 07/19: gnu: Add mjpegtools., guix-commits, 2020/07/05
- 09/19: gnu: Add libopenmpt., guix-commits, 2020/07/05
- 13/19: gnu: Add mediasdk., guix-commits, 2020/07/05
- 15/19: gnu: Add transcode., guix-commits, 2020/07/05
- 19/19: gnu: Add zxing-cpp., guix-commits, 2020/07/05
- 16/19: gnu: Add vo-aacenc., guix-commits, 2020/07/05
- 11/19: gnu: Add lksctp-tools.,
guix-commits <=
- 18/19: gnu: Add wildmidi., guix-commits, 2020/07/05
- 17/19: gnu: Add webrtc-audio-processing., guix-commits, 2020/07/05