]> git.pld-linux.org Git - packages/cflowd.git/commitdiff
- new, not finished
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Sep 2003 19:36:14 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cflowd.spec -> 1.1

cflowd.spec [new file with mode: 0644]

diff --git a/cflowd.spec b/cflowd.spec
new file mode 100644 (file)
index 0000000..b3d1776
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       command line utilities analyzing sFlow data
+Name:          cflowd
+Version:       2.1
+Release:       0.b1.1
+License:       GPL
+Group:         Applications/Networking
+Source0:       ftp://ftp.caida.org/pub/cflowd/cflowd-2-1-b1.tar.gz
+# Source0-md5:
+BuildRequires: arts++-devel
+URL:           http://www.caida.org/tools/measurement/cflowd/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%prep
+%setup -q -n %{name}-2-1-b1
+
+%build
+install %{_datadir}/automake/config.* .
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
This page took 0.056059 seconds and 4 git commands to generate.