diff --git a/common/shlibs b/common/shlibs index 6dc7159f792..337faa6ae8d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4268,3 +4268,4 @@ libgrass_imagery.8.3.so grass-8.3.0_1 libgrass_raster.8.3.so grass-8.3.0_1 libgrass_vector.8.3.so grass-8.3.0_1 libvpl.so.2 oneVPL-2023.3.1_1 +libusrsctp.so.2 usrsctp-0.9.5.0_1 diff --git a/srcpkgs/usrsctp/template b/srcpkgs/usrsctp/template new file mode 100644 index 00000000000..061a4a37502 --- /dev/null +++ b/srcpkgs/usrsctp/template @@ -0,0 +1,18 @@ +# Template file for 'usrsctp' +pkgname=usrsctp +version=0.9.5.0 +revision=1 +build_style=cmake +configure_args="-Dsctp_werror=off -Dsctp_build_shared_lib=on" +short_desc="Portable SCTP userland stack" +maintainer="Michael Aldridge " +license="BSD-3-Clause" +homepage="https://github.com/SergiusTheBest/plog" +distfiles="https://github.com/sctplab/usrsctp/archive/refs/tags/$version.tar.gz" +checksum=260107caf318650a57a8caa593550e39bca6943e93f970c80d6c17e59d62cd92 + +post_install() { + vlicense LICENSE.md + rm -f $DESTDIR/usr/lib64 + rm -f $DESTDIR/usr/lib32 +}