net-libs/re - 4.9.0 (zGentoo)

Search

Install

Install this version:

emerge -a =net-libs/re-4.9.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-libs/re-4.9.0

Or alternatively:

emerge --autounmask-write -a =net-libs/re-4.9.0

Package Information

Description:
Generic library for real-time communications with async IO support
Homepage:
https://github.com/baresip/re
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
4.9.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Generic library for real-time communications with async IO support"
HOMEPAGE="https://github.com/baresip/re"
SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

IUSE="static-libs"

DEPEND="
	dev-libs/openssl:0=
	sys-libs/zlib
"

RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-libs/re | euse -E <flag> -p net-libs/re | euse -D <flag> -p net-libs/re

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/openssl:0=
	sys-libs/zlib

RDEPEND

	dev-libs/openssl:0=
	sys-libs/zlib

Manifest for 4.9.0

Type File Size Source URLs
DIST re-4.9.0.tar.gz 637131 bytes https://github.com/baresip/re/archive/v4.9.0.tar.gz