Subversion Repositories ALCASAR

Rev

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

Rev Author Line No. Line
1809 richard 1
rexyName:		ipt_NETFLOW
2
Version:	2.2
3
Release:	%mkrel 1
4
Summary:	Netflow iptables module for Linux kernel
5
License:	GPLv2
6
Group:		Development/Kernel
7
URL:		https://github.com/aabc/ipt-netflow
8
Source0:	%name-%version.tgz
9
 
10
 
11
%description
12
High performance NetFlow v5, v9, IPFIX flow data export module for Linux kernel.
13
Created to be useful for highly loaded linux router. It should be used as iptables target.
14
 
15
 
16
%prep
17
%setup -q- n ipt_netflow-%{version}
18
 
19
%build
20
%configure
21
%make
22
 
23
%install
24
%makeinstall
25
 
26
%find_lang %name
27
 
28
%files -n %name
29
/%{_lib}/iptables/libipt_NETFLOW.so
30
/usr/src/%{module_name}-%{version}-%{release}
31
 
32
%changelog
33
* Tue Sep 10 2016 Richard Rey <rexy> 2.2.mga5
34
- Initial version of the package