Summary: Command line utility for analyzing sFlow data Name: sflowtool Version: 3.10 Release: 1%{?dist} Group: Applications/Internet License: BSDish URL: http://www.inmon.com/technology/sflowTools.php Source0: http://www.inmon.com/bin/sflowtool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The core component of the sFlow toolkit is the sflowtool command line utility. sflowtool interfaces to utilities such as tcpdump, ntop and Snort for detailed packet tracing and analysis, NetFlow compatible collectors for IP flow accounting, and provides text based output that can be used in scripts to provide customized analysis and reporting and for integrating with other tools such as MRTG or rrdtool %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README %{_bindir}/sflowtool %changelog * Sun May 21 2006 Andreas Thienemann - 3.10.1 - Initial FE package