File: fprobe.spec

package info (click to toggle)
fprobe 1.1-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 688 kB
  • ctags: 444
  • sloc: sh: 3,144; ansic: 2,177; makefile: 16
file content (34 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name:		fprobe
Version:	1.1
Release:	1
Summary:	fprobe: a NetFlow probe
Group:		Network/Monitoring
License:	GPL
URL:		http://fprobe.sourceforge.net
Source0:	%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-buildroot
Provides:	fprobe

%description
fprobe - libpcap-based tool that collect network traffic data and emit
it as NetFlow flows towards the specified collector.

%prep
%setup -q

%build
./configure --sbindir=%{_sbindir} --mandir=%{_mandir} $EXTRA_OPTIONS
make

%install
rm -rf %{buildroot}
make install-strip DESTDIR=%{buildroot}
gzip --best %{buildroot}%{_mandir}/man8/fprobe.8

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README COPYING TODO
/*