libsrtp: update to 2.2.0.
Closes #14495. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
1fa44bad22
commit
9f35bd69bb
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template build file for 'libsrtp'.
|
||||
# Template build file for 'libsrtp'
|
||||
pkgname=libsrtp
|
||||
version=2.1.0
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_target="all shared_library"
|
||||
hostmakedepends="automake pkg-config"
|
||||
short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/cisco/libsrtp"
|
||||
#changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES"
|
||||
distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz"
|
||||
checksum=0302442ed97d34a77abf84617b657e77674bdd8e789d649f1cac0c5f0d0cf5ee
|
||||
checksum=44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -26,7 +27,7 @@ libsrtp-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue