diff options
| author | Gregory Dymarek <gregd72002@gmail.com> | 2014-12-12 15:42:44 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-01 11:22:52 +0100 |
| commit | 10f42fa8ae8d05bf36fd5e65f0ab2a1315cab18d (patch) | |
| tree | 275961004429c0bea2d0e82cd9ea2bad26ecb82a /package/libsrtp/Config.in | |
| parent | 31783dcf559a206bc84eac9a6529033056e5db8b (diff) | |
| download | buildroot-10f42fa8ae8d05bf36fd5e65f0ab2a1315cab18d.tar.gz buildroot-10f42fa8ae8d05bf36fd5e65f0ab2a1315cab18d.zip | |
libsrtp: new package
[Thomas:
- Add better Config.in help text and fix its indentation
- Fix comment header in .mk file
- Uncomment useful commented lines in .mk file (SITE and AUTORECONF)
- Add LICENSE_FILES variable.
- Add handling of static/shared libraries build/installation.
- Add dependency on host-pkgconf, so that libsrtp installs its own
.pc file.
- Add optional dependency on OpenSSL.
- Use github helper.
- Remove hash file, since we're downloading from Git.]
Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsrtp/Config.in')
| -rw-r--r-- | package/libsrtp/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libsrtp/Config.in b/package/libsrtp/Config.in new file mode 100644 index 0000000000..ce37712f7d --- /dev/null +++ b/package/libsrtp/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LIBSRTP + bool "libsrtp" + help + This package provides an implementation of the Secure + Real-time Transport Protocol (SRTP), the Universal Security + Transform (UST), and a supporting cryptographic kernel. + + https://github.com/cisco/libsrtp |

