From 18b66992f1e1338143606954c184b217fc8fb848 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 23 Aug 2017 16:43:11 +0200 Subject: [PATCH] New package: bzrtp-1.0.6 --- common/shlibs | 1 + srcpkgs/bzrtp-devel | 1 + srcpkgs/bzrtp/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/bzrtp-devel create mode 100644 srcpkgs/bzrtp/template diff --git a/common/shlibs b/common/shlibs index 68699196c29..acdcc767d46 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/bzrtp-devel b/srcpkgs/bzrtp-devel new file mode 120000 index 00000000000..2bb859b1e14 --- /dev/null +++ b/srcpkgs/bzrtp-devel @@ -0,0 +1 @@ +bzrtp \ No newline at end of file diff --git a/srcpkgs/bzrtp/template b/srcpkgs/bzrtp/template new file mode 100644 index 00000000000..686c088df3b --- /dev/null +++ b/srcpkgs/bzrtp/template @@ -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 " +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 + } +}