net-analyzer/rtpbreak - 1.3a (gentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/rtpbreak-1.3a

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

autounmask =net-analyzer/rtpbreak-1.3a

Or alternatively:

emerge --autounmask-write -a =net-analyzer/rtpbreak-1.3a

Package Information

Description:
Analyze any RTP session through heuristics over UDP network traffic
Homepage:
http://xenion.reactive-search.com/?page_id=7
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Analyze any RTP session through heuristics over UDP network traffic"
HOMEPAGE="http://xenion.reactive-search.com/?page_id=7"
SRC_URI="http://xenion.antifork.org/rtpbreak/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="net-libs/libnet:1.1
	>=net-libs/libpcap-0.7"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-limits.patch
	"${FILESDIR}"/${P}-missing-headers.patch
)

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}

src_install() {
	dobin src/rtpbreak
	einstalldocs
	dodoc -r doc
}

Inherited Eclasses

Dependencies

DEPEND

net-libs/libnet:1.1
	>=net-libs/libpcap-0.7

RDEPEND

net-libs/libnet:1.1
	>=net-libs/libpcap-0.7

Manifest for 1.3a

Type File Size Source URLs
DIST rtpbreak-1.3a.tgz 41355 bytes http://xenion.antifork.org/rtpbreak/rtpbreak-1.3a.tgz