net-libs/bzrtp: New package from nest

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2022-04-28 14:50:41 +02:00
parent 9d1bb996c4
commit 0ee9de07d3
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 53 additions and 0 deletions

1
net-libs/bzrtp/Manifest Normal file
View File

@ -0,0 +1 @@
DIST bzrtp-5.1.3.tar.gz 180105 BLAKE2B 828876573750bf297d17f0cb246638f81628f7a332cbe8db0c057681cf0156b07881fc2660bd17cc6f3275e26b51669fb5122d7e9db881eda9c7ed8b0b74607f SHA512 fda353af7c9c7abcb4bd6b87ed1c57e01c3384373800046baa0790b00f38bfc79fb959fe8fa4233d52de5c10e5a90274e60a058e1044489782ae84d73b6530b6

View File

@ -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
}

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>spiderx@spiderx.dp.ua</email>
<name>Vladimir Pavljuchenkov</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
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.
</longdescription>
<upstream>
<remote-id type="github">BelledonneCommunications/bzrtp</remote-id>
</upstream>
</pkgmetadata>