community/libusrsctp: take over maintainership

This commit is contained in:
Celeste 2024-09-18 05:48:41 +00:00
parent f85f245986
commit de1c27c1ca

View file

@ -1,8 +1,8 @@
# Contributor: Daniel Santana <daniel@santana.tech>
# Maintainer: Daniel Santana <daniel@santana.tech>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=libusrsctp
pkgver=0.9.5.0
pkgrel=0
pkgrel=1
pkgdesc="Portable SCTP userland stack"
url="https://github.com/sctplab/usrsctp"
arch="all"
@ -15,8 +15,10 @@ options="!check" # No test suite.
build() {
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=None \
-Dsctp_werror=OFF \
-Dsctp_build_shared_lib=ON
cmake --build build