Subversion Repositories ALCASAR

Rev

Go to most recent revision | Blame | Last modification | View Log

rexyName:               ipt_NETFLOW
Version:        2.2
Release:        %mkrel 1
Summary:        Netflow iptables module for Linux kernel
License:        GPLv2
Group:          Development/Kernel
URL:            https://github.com/aabc/ipt-netflow
Source0:        %name-%version.tgz


%description
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
Created to be useful for highly loaded linux router. It should be used as iptables target.


%prep
%setup -q- n ipt_netflow-%{version}

%build
%configure
%make

%install
%makeinstall

%find_lang %name

%files -n %name
/%{_lib}/iptables/libipt_NETFLOW.so
/usr/src/%{module_name}-%{version}-%{release}

%changelog
* Tue Sep 10 2016 Richard Rey <rexy> 2.2.mga5
- Initial version of the package