diff --git a/srcpkgs/libsrtp/template b/srcpkgs/libsrtp/template index 85cd3e9004a..e43d7c0c305 100644 --- a/srcpkgs/libsrtp/template +++ b/srcpkgs/libsrtp/template @@ -1,19 +1,19 @@ # Template file for 'libsrtp' pkgname=libsrtp -version=2.3.0 +version=2.5.0 revision=1 -build_style=gnu-configure -make_build_target="all shared_library" +build_style=meson +configure_args="-Dcrypto-library=openssl" hostmakedepends="pkg-config" +makedepends="openssl-devel" +checkdepends="procps-ng libpcap-devel" short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol" -maintainer="Orphaned " +maintainer="Duncaen " license="BSD-3-Clause" homepage="https://github.com/cisco/libsrtp" -#changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES" +changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES" distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz" -checksum=94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8 - -CFLAGS="-fcommon" +checksum=8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09 post_install() { vlicense LICENSE @@ -26,6 +26,5 @@ libsrtp-devel_package() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" - vmove "usr/lib/*.a" } }