bzrtp: update to 4.4.0.
This commit is contained in:
parent
b5fcd63cf1
commit
3180fdd71b
|
@ -1,22 +1,16 @@
|
|||
# Template file for 'bzrtp'
|
||||
pkgname=bzrtp
|
||||
version=1.0.6
|
||||
version=4.4.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=0"
|
||||
configure_args="-DENABLE_TESTS=0 -DENABLE_STATIC=FALSE"
|
||||
makedepends="bctoolbox-devel mbedtls-devel libxml2-devel bctoolbox-devel sqlite-devel"
|
||||
short_desc="Opensource implementation of ZRTP keys exchange protocol"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.linphone.org"
|
||||
distfiles="https://www.linphone.org/releases/sources/bzrtp/bzrtp-${version}.tar.gz"
|
||||
checksum=bf48b0298d614a04b7b9d76b770ab7c6c3bc84624674efba523d5e90e09cc08b
|
||||
|
||||
CFLAGS="-Wno-cast-function-type"
|
||||
|
||||
pre_configure() {
|
||||
vsed -i CMakeLists.txt -e "s;BcToolbox;bctoolbox;g"
|
||||
}
|
||||
distfiles="https://gitlab.linphone.org/BC/public/bzrtp/-/archive/${version}/bzrtp-${version}.tar.gz"
|
||||
checksum=5fc501c742f38661b5ac8904e6a66f530b07be93d7493663daab33f3d4ffdb6c
|
||||
|
||||
bzrtp-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -24,7 +18,6 @@ bzrtp-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share/bzrtp/cmake
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue