net-libs/libexosip2: new package, add 5.3.0
This commit is contained in:
parent
4253eb2795
commit
a996723a07
3
net-libs/libexosip2/Manifest
Normal file
3
net-libs/libexosip2/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST libexosip2-5.3.0.tar.gz 646401 BLAKE2B de560e2b5f7b250058832734f93569ba86fe04945a8808aa0ecc2465123536053b544bdffdcf7e5835e758aeacc65a0957b0f3ace13dd033bf04fdffa11761d4 SHA512 546491224d2ac542c032d704be0e08ef0a08dcf74aa706ad40bd0d30d8e3c28419139d14fa2c31f601e19879d00b2b0cea65c08edecbf560b3f5599ef0335828
|
||||
EBUILD libexosip2-5.3.0.ebuild 582 BLAKE2B f37544dfdbda17fd87eb23e60ba91a69ea36740ebb15955a2976205dd8166cfea13f8305db3abe85102b2a859de0eefacfa537bad4ad0912e098e099a888aa48 SHA512 19641e1372a0c191ea4b6fb963ee0bd720830708a615fd154b12ce22b067ed09dcc3fe7daa0223245d3be90bca065ba65d9c3396c69a98bc979c30318af1a27c
|
||||
MISC metadata.xml 389 BLAKE2B 5337b5126b8d7c45d3b61af9cda1262d0f8771d3f3a8a9de2046ed36707261ad7b27877afb6f32f6fd509e2a250f49d974524ceca641de5263ec022ec18bb67a SHA512 b8045c093dc45933097e520d1587e12c1c47652ce13761d64e7b372f7440d8132d971a319b3ae53215b8c50913a48a317f71928293c7da6c5096dbf11ee28e52
|
30
net-libs/libexosip2/libexosip2-5.3.0.ebuild
Normal file
30
net-libs/libexosip2/libexosip2-5.3.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.savannah.nongnu.org/git/exosip.git"
|
||||
else
|
||||
SRC_URI="mirror://nongnu/exosip/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="The best abstraction layer over SIP. Period."
|
||||
HOMEPAGE="https://www.antisip.com/"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+ssl +srv"
|
||||
|
||||
DEPEND="
|
||||
net-libs/libosip2
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable ssl openssl) \
|
||||
$(use_enable srv srvrec)
|
||||
}
|
14
net-libs/libexosip2/metadata.xml
Normal file
14
net-libs/libexosip2/metadata.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="savannah-nongnu">exosip</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="srv">Enable SRV record lookups</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user