1*4882a593SmuzhiyunSUMMARY = "Library implementing Secure RTP (RFC 3711)" 2*4882a593SmuzhiyunDESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \ 3*4882a593Smuzhiyun the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \ 4*4882a593Smuzhiyun is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)." 5*4882a593SmuzhiyunHOMEPAGE = "https://github.com/cisco/libsrtp" 6*4882a593SmuzhiyunBUGTRACKER = "https://github.com/cisco/libsrtp/issues" 7*4882a593SmuzhiyunSECTION = "libs" 8*4882a593SmuzhiyunLICENSE = "BSD-3-Clause" 9*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" 10*4882a593Smuzhiyun 11*4882a593SmuzhiyunSRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_4_x_throttle;protocol=https" 12*4882a593SmuzhiyunSRCREV = "90d05bf8980d16e4ac3f16c19b77e296c4bc207b" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunS = "${WORKDIR}/git" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunPACKAGECONFIG ?= "" 17*4882a593SmuzhiyunPACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl" 18*4882a593SmuzhiyunPACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss" 19*4882a593Smuzhiyun 20*4882a593Smuzhiyuninherit meson pkgconfig 21