]> git.pld-linux.org Git - packages/cflowd.git/blob - cflowd.spec
b3d177665186ff4326436209bdd6e3efad697303
[packages/cflowd.git] / cflowd.spec
1 Summary:        command line utilities analyzing sFlow data
2 Name:           cflowd
3 Version:        2.1
4 Release:        0.b1.1
5 License:        GPL
6 Group:          Applications/Networking
7 Source0:        ftp://ftp.caida.org/pub/cflowd/cflowd-2-1-b1.tar.gz
8 # Source0-md5:
9 BuildRequires:  arts++-devel
10 URL:            http://www.caida.org/tools/measurement/cflowd/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 cflowd is a flow analysis tool currently used for analyzing Cisco's NetFlow enabled switching method. The current release (described below) includes the collections, storage, and basic analysis modules for cflowd and for arts++ libraries. This analysis package permits data collection and analysis by ISPs and network engineers in support of capacity planning, trends analysis, and characterization of workloads in a network service provider environment. Other areas where cflowd may prove useful include usage tracking for Web hosting, accounting and billing, network planning and analysis, network monitoring, developing user profiles, data warehousing and mining, as well as security-related investigations.
15
16 %prep
17 %setup -q -n %{name}-2-1-b1
18
19 %build
20 install %{_datadir}/automake/config.* .
21 %configure2_13
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS COPYING ChangeLog NEWS README
37 %attr(755,root,root) %{_bindir}/*
This page took 0.048539 seconds and 3 git commands to generate.