New package: bzrtp-1.0.6
This commit is contained in:
parent
1a23913553
commit
18b66992f1
3 changed files with 26 additions and 0 deletions
|
@ -3389,3 +3389,4 @@ libspandsp.so.2 spandsp-0.0.6_1
|
|||
librem.so rem-0.5.3_1
|
||||
libshp.so.1 shapelib-1.4.1_1
|
||||
libantlr3c.so libantlr3c-3.4_1
|
||||
libbzrtp.so.0 bzrtp-1.0.6_1
|
||||
|
|
1
srcpkgs/bzrtp-devel
Symbolic link
1
srcpkgs/bzrtp-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
bzrtp
|
24
srcpkgs/bzrtp/template
Normal file
24
srcpkgs/bzrtp/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'bzrtp'
|
||||
pkgname=bzrtp
|
||||
version=1.0.6
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=0"
|
||||
makedepends="mbedtls-devel libxml2-devel bctoolbox-devel sqlite-devel"
|
||||
short_desc="Opensource implementation of ZRTP keys exchange protocol"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
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
|
||||
|
||||
bzrtp-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/share/bzrtp/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue