nfdump/extra/nfdump.spec

40 lines
906 B
RPMSpec
Raw Permalink Normal View History

2015-10-03 14:06:34 +02:00
Name: nfdump
Summary: A set of command-line tools to collect and process netflow data
2018-04-22 15:38:08 +02:00
Version: 1.6.17
Release: 1
2015-10-03 14:06:34 +02:00
License: BSD
Group: Applications/System
Source: %{name}-%{version}.tar.gz
BuildRequires: flex
BuildRoot: %{_tmppath}/%{name}-root
Packager: Colin Bloch <fourthdown@gmail.com>
Prefix: /usr
2017-12-03 14:04:25 +01:00
Url: https://github.com/phaag/nfdump
2015-10-03 14:06:34 +02:00
%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} --libdir=$RPM_BUILD_ROOT/%{_libdir}
2015-10-03 14:06:34 +02:00
make
%install
make install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc INSTALL README.md ToDo BSD-license.txt AUTHORS ChangeLog
2015-10-03 14:06:34 +02:00
%{prefix}/bin/*
%{prefix}/share/man/man1/*
%{_libdir}/*