New package: usrsctp-0.9.5.0.
This commit is contained in:
parent
e812d7f4d9
commit
6f5934d14d
|
@ -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
|
||||
|
|
|
@ -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 <maldridge@voidlinux.org>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue