mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: usrsctp-0.9.5.0.
This commit is contained in:
parent
e812d7f4d9
commit
6f5934d14d
2 changed files with 19 additions and 0 deletions
|
@ -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_raster.8.3.so grass-8.3.0_1
|
||||||
libgrass_vector.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
|
libvpl.so.2 oneVPL-2023.3.1_1
|
||||||
|
libusrsctp.so.2 usrsctp-0.9.5.0_1
|
||||||
|
|
18
srcpkgs/usrsctp/template
Normal file
18
srcpkgs/usrsctp/template
Normal file
|
@ -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…
Add table
Reference in a new issue