Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
sflowtool
> sflowtool.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sflowtool.spec of Package sflowtool
Name: sflowtool Version: 3.28 Release: 1 License: Other Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: Productivity/Networking/Diagnostic URL: http://www.inmon.com/technology/sflowTools.php Summary: InMon sFlow Toolkit %description The sFlow toolkit provides command line utilities and scripts for analyzing sFlow data. 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 \ --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --infodir=%{_infodir} \ --mandir=%{_mandir} make %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/sflowtool %doc AUTHORS NEWS ChangeLog README %changelog