[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/334: gnu: Add lksctp-tools.
From: |
guix-commits |
Subject: |
71/334: gnu: Add lksctp-tools. |
Date: |
Sat, 15 Aug 2020 16:26:23 -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")
- 60/334: gnu: Add flite., (continued)
- 60/334: gnu: Add flite., guix-commits, 2020/08/15
- 68/334: gnu: Add libofa., guix-commits, 2020/08/15
- 20/334: gnu: dconf: Update to 0.36.0., guix-commits, 2020/08/15
- 40/334: gnu: glib: Update package definition., guix-commits, 2020/08/15
- 56/334: gnu: Add flux., guix-commits, 2020/08/15
- 58/334: gnu: Add directfb., guix-commits, 2020/08/15
- 37/334: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/08/15
- 42/334: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/08/15
- 66/334: gnu: Add libquicktime., guix-commits, 2020/08/15
- 61/334: gnu: Add ffmpeg-2.8., guix-commits, 2020/08/15
- 71/334: gnu: Add lksctp-tools.,
guix-commits <=
- 75/334: gnu: Add transcode., guix-commits, 2020/08/15
- 83/334: gnu: Add rust-imgref., guix-commits, 2020/08/15
- 86/334: gnu: gtk+: Update package definition., guix-commits, 2020/08/15
- 88/334: gnu: gtk+: Propagate libcloudproviders., guix-commits, 2020/08/15
- 87/334: gnu: gtk-doc: Update package definition., guix-commits, 2020/08/15
- 89/334: gnu: gtksourceview: Update package definition., guix-commits, 2020/08/15
- 92/334: gnu: fuse: Update package definition., guix-commits, 2020/08/15
- 95/334: gnu: Add openni2., guix-commits, 2020/08/15
- 101/334: gnu: json-glib: Update package definition., guix-commits, 2020/08/15
- 102/334: gnu: libcanberra: Update package definition., guix-commits, 2020/08/15