void-packages/srcpkgs/usrsctp/template

19 lines
572 B
Bash

# 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
}