From 6148a9423b409707e5d11e1be618a2238c92ccde Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 6 Feb 2025 23:39:37 +0300 Subject: [PATCH] usrsctp-0.9.5.0 --- network/misc/usrsctp/actions.py | 18 ++++++++++++ network/misc/usrsctp/pspec.xml | 52 +++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 network/misc/usrsctp/actions.py create mode 100644 network/misc/usrsctp/pspec.xml diff --git a/network/misc/usrsctp/actions.py b/network/misc/usrsctp/actions.py new file mode 100644 index 0000000000..46a1781440 --- /dev/null +++ b/network/misc/usrsctp/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import mesontools, pisitools + +def setup(): + mesontools.configure("--prefix=/usr --buildtype=release") + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("LICENSE.md") diff --git a/network/misc/usrsctp/pspec.xml b/network/misc/usrsctp/pspec.xml new file mode 100644 index 0000000000..de1158d1a5 --- /dev/null +++ b/network/misc/usrsctp/pspec.xml @@ -0,0 +1,52 @@ + + + + + usrsctp + https://github.com/sctplab/usrsctp + + Mustafa Cinasal + muscnsl@gmail.com + + BSD-3-Clause + network.misc + SCTP user-land implementation. + A portable SCTP userland stack. + https://github.com/sctplab/usrsctp/archive/0.9.5.0/usrsctp-0.9.5.0.tar.gz + + meson + + + + + + + + usrsctp + + /usr/lib + /usr/share + + + + + usrsctp-devel + + usrsctp + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2025-02-06 + 0.9.5.0 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + +