[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/331: gnu: Add lksctp-tools.
From: |
guix-commits |
Subject: |
71/331: gnu: Add lksctp-tools. |
Date: |
Fri, 14 Aug 2020 11:12:57 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit a238a1168f1db5fc2c838633906653f087799ff9
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 81d9da5..6a71ccd 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")
- 76/331: gnu: Add vo-aacenc., (continued)
- 76/331: gnu: Add vo-aacenc., guix-commits, 2020/08/14
- 77/331: gnu: Add webrtc-audio-processing., guix-commits, 2020/08/14
- 84/331: gnu: gtk+-2: Update package definition., guix-commits, 2020/08/14
- 85/331: gnu: Add libcloudproviders., guix-commits, 2020/08/14
- 89/331: gnu: gtksourceview: Update package definition., guix-commits, 2020/08/14
- 91/331: gnu: gtksourceview-2: Update package definition., guix-commits, 2020/08/14
- 92/331: gnu: fuse: Update package definition., guix-commits, 2020/08/14
- 103/331: gnu: libgee: Update package definition., guix-commits, 2020/08/14
- 102/331: gnu: libcanberra: Update package definition., guix-commits, 2020/08/14
- 110/331: gnu: Add rust-serial-test@0.4.0., guix-commits, 2020/08/14
- 71/331: gnu: Add lksctp-tools.,
guix-commits <=
- 78/331: gnu: Add wildmidi., guix-commits, 2020/08/14
- 83/331: gnu: Add rust-imgref., guix-commits, 2020/08/14
- 86/331: gnu: gtk+: Update package definition., guix-commits, 2020/08/14
- 79/331: gnu: Add zxing-cpp., guix-commits, 2020/08/14
- 80/331: gnu: Add iqa., guix-commits, 2020/08/14
- 81/331: gnu: Add rtmpdump., guix-commits, 2020/08/14
- 82/331: gnu: Add libnice., guix-commits, 2020/08/14
- 87/331: gnu: gtk-doc: Update package definition., guix-commits, 2020/08/14
- 90/331: gnu: gtksourceview-3: Update package definition., guix-commits, 2020/08/14
- 96/331: gnu: Add opensles., guix-commits, 2020/08/14