nfdump/extra/nfdump.spec
2016-02-03 09:22:27 +01:00

39 lines
856 B
RPMSpec

Name: nfdump
Summary: A set of command-line tools to collect and process netflow data
Version: 1.6.14
Release: 1
License: BSD
Group: Applications/System
Source: %{name}-%{version}.tar.gz
BuildRequires: flex
BuildRoot: %{_tmppath}/%{name}-root
Packager: Colin Bloch <fourthdown@gmail.com>
Prefix: /usr
Url: http://nfdump.sourceforge.net/
%description
The nfdump tools collect and process netflow data on the command line.
They are part of the NFSEN project, which is explained more detailed at
http://www.terena.nl/tech/task-forces/tf-csirt/meeting12/nfsen-Haag.pdf
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
%build
./configure --prefix=$RPM_BUILD_ROOT/%{prefix}
make
%install
make install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc INSTALL README.md ToDo BSD-license.txt AUTHORS ChangeLog
%{prefix}/bin/*
%{prefix}/share/man/man1/*