dev-util/dropwatch - 1.5.5 (nest)

Search

Package Information

Description:
Monitor for dropped network packets
Homepage:
https://github.com/nhorman/dropwatch
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit autotools linux-info

DESCRIPTION="Monitor for dropped network packets"
HOMEPAGE="https://github.com/nhorman/dropwatch"
SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

RDEPEND="dev-libs/libnl:3
	net-libs/libpcap
	sys-libs/readline:=
	bfd? ( sys-libs/binutils-libs:= )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

CONFIG_CHECK="~NET_DROP_MONITOR"

src_prepare() {
	default

	sed -i '/AM_CFLAGS/s/-Werror //' src/Makefile.am \
		|| die "sed failed for Makefile.am"

	eautoreconf
}

src_configure() {
	econf "$(use_with bfd)"
}

USE Flags

bfd

Dependencies

DEPEND

dev-libs/libnl:3
	net-libs/libpcap
	sys-libs/readline:=
	bfd? ( sys-libs/binutils-libs:= )

RDEPEND

dev-libs/libnl:3
	net-libs/libpcap
	sys-libs/readline:=
	bfd? ( sys-libs/binutils-libs:= )

BDEPEND

virtual/pkgconfig

Manifest for 1.5.5

Type File Size Source URLs
DIST dropwatch-1.5.5.gh.tar.gz 25821 bytes https://github.com/nhorman/dropwatch/archive/v1.5.5.tar.gz