diff --git a/net-libs/bzrtp/Manifest b/net-libs/bzrtp/Manifest new file mode 100644 index 0000000..a6a420d --- /dev/null +++ b/net-libs/bzrtp/Manifest @@ -0,0 +1 @@ +DIST bzrtp-5.1.3.tar.gz 180105 BLAKE2B 828876573750bf297d17f0cb246638f81628f7a332cbe8db0c057681cf0156b07881fc2660bd17cc6f3275e26b51669fb5122d7e9db881eda9c7ed8b0b74607f SHA512 fda353af7c9c7abcb4bd6b87ed1c57e01c3384373800046baa0790b00f38bfc79fb959fe8fa4233d52de5c10e5a90274e60a058e1044489782ae84d73b6530b6 diff --git a/net-libs/bzrtp/bzrtp-5.1.3.ebuild b/net-libs/bzrtp/bzrtp-5.1.3.ebuild new file mode 100644 index 0000000..09dc97a --- /dev/null +++ b/net-libs/bzrtp/bzrtp-5.1.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Media Path Key Agreement for Unicast Secure RTP" +HOMEPAGE="https://gitlab.linphone.org/BC/public/bzrtp" +SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="sqlite static-libs test" +RESTRICT="!test? ( test )" + +RDEPEND="net-libs/bctoolbox[test?] + sqlite? ( dev-db/sqlite:3 + dev-libs/libxml2:2 )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DENABLE_STATIC="$(usex static-libs)" + -DENABLE_TESTS="$(usex test)" + -DENABLE_ZIDCACHE="$(usex sqlite)" + ) + + cmake_src_configure +} diff --git a/net-libs/bzrtp/metadata.xml b/net-libs/bzrtp/metadata.xml new file mode 100644 index 0000000..732db5f --- /dev/null +++ b/net-libs/bzrtp/metadata.xml @@ -0,0 +1,20 @@ + + + + + spiderx@spiderx.dp.ua + Vladimir Pavljuchenkov + + + proxy-maint@gentoo.org + Proxy Maintainers + + + An opensource implementation of ZRTP keys exchange protocol. + The library written in C 89 is fully portable and can be executed on + many platforms including both ARM processor and x86. + + + BelledonneCommunications/bzrtp + +