Subversion Repositories ALCASAR

Rev

Rev 2427 | Blame | Last modification | View Log

Name:           nfdump
Version:        1.6.17
Release:        %mkrel 1
Summary:        A set of command-line tools to collect and process netflow data
License:        BSD
Packager:       Richard REY (Rexy)
Group:          Applications/System
Source:         %{name}-%{version}.tar.gz
BuildRequires:  flex
BuildRoot:      %{_tmppath}/%{name}-root
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
./autogen.sh
./configure --enable-nfprofile --enable-nftrack --prefix=$RPM_BUILD_ROOT/%{prefix} --libdir=$RPM_BUILD_ROOT/%{_libdir}
make

%install
make install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{prefix}/bin/*
%{prefix}/share/man/man1/*
%{_libdir}/*

%changelog
* Thu Jan 03 2019 Richard REY <Rexy>
- Version 1.6.17 for ALCASAR 3.3.3