dev-libs/ccrtp - 2.1.2 (nest)

Search

Package Information

Description:
GNU ccRTP - Implementation of the IETF real-time transport protocol
Homepage:
https://www.gnu.org/software/ccrtp/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.1.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic

DESCRIPTION="GNU ccRTP - Implementation of the IETF real-time transport protocol"
HOMEPAGE="https://www.gnu.org/software/ccrtp/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc static-libs"

RDEPEND="dev-cpp/commoncpp2:0=
	dev-libs/libgcrypt:0=
	dev-libs/ucommon:0="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
	doc? ( app-text/doxygen )"

src_configure() {
	append-cxxflags -std=c++11

	econf "$(use_enable debug)" "$(use_enable static-libs static)"
}

src_install() {
	default

	find "${D}" -name '*.la' -delete || die "find failed"
}

USE Flags

doc

Dependencies

DEPEND

dev-cpp/commoncpp2:0=
	dev-libs/libgcrypt:0=
	dev-libs/ucommon:0=

RDEPEND

dev-cpp/commoncpp2:0=
	dev-libs/libgcrypt:0=
	dev-libs/ucommon:0=

BDEPEND

virtual/pkgconfig
	doc? ( app-text/doxygen )

Manifest for 2.1.2

Type File Size Source URLs
DIST ccrtp-2.1.2.tar.gz 764869 bytes mirror://gnu/ccrtp/ccrtp-2.1.2.tar.gz