Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046140
en ru br
ALT Linux repos
S:0.31-alt1

Group :: Networking/Other
RPM: capstats

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: capstats
Version: 0.31
Release: alt1

Summary: A command-line tool collecting packet statistics

License: BSD-3-Clause
Url: https://github.com/zeek/capstats
Group: Networking/Other

Packager: Andriy Stepanov <stanv at altlinux.ru>

# Source-url: https://github.com/zeek/capstats/archive/v%version.tar.gz

Source: %name-%version.tar

BuildRequires: cmake gcc-c++
BuildRequires: libpcap-devel
BuildRequires: zeek-cmake

%description
capstats is a small tool to collect statistics on the current load of a
network interface, using either libpcap or the native interface for Endace.
It reports statistics per time interval and/or for the tool total run-time.

%prep
%setup
rm -rf cmake/
ln -s %_datadir/zeek-cmake/ cmake

%build
%cmake
%cmake_build

%install
%cmakeinstall_std

%files
%doc CHANGES COPYING README
%_bindir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin