Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame^] | 1 | SUMMARY = "Library implementing Secure RTP (RFC 3711)" |
| 2 | DESCRIPTION = "This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), \ |
| 3 | the Universal Security Transform (UST), and a supporting cryptographic kernel. The SRTP API \ |
| 4 | is documented in include/srtp.h, and the library is in libsrtp2.a (after compilation)." |
| 5 | HOMEPAGE = "https://github.com/cisco/libsrtp" |
| 6 | BUGTRACKER = "https://github.com/cisco/libsrtp/issues" |
| 7 | SECTION = "libs" |
| 8 | LICENSE = "BSD-3-Clause" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" |
| 10 | |
| 11 | SRC_URI = "git://github.com/cisco/libsrtp.git;branch=main;protocol=https" |
| 12 | SRCREV = "a566a9cfcd619e8327784aa7cff4a1276dc1e895" |
| 13 | |
| 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | PACKAGECONFIG ?= "" |
| 17 | PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl" |
| 18 | PACKAGECONFIG[openssl] = "-Dcrypto-library=openssl,, openssl,,, nss" |
| 19 | |
| 20 | inherit meson pkgconfig |