]> git.pld-linux.org Git - packages/flow-tools.git/commitdiff
- initial pld release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Sep 2003 21:36:54 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flow-tools.spec -> 1.1

flow-tools.spec [new file with mode: 0644]

diff --git a/flow-tools.spec b/flow-tools.spec
new file mode 100644 (file)
index 0000000..f9ad851
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       collecting and processing NetFlow data
+Name:          flow-tools
+Version:       0.66
+Release:       1
+License:       BSD
+Group:         Applications/Networking
+Source0:       ftp://ftp.eng.oar.net/pub/flow-tools/%{name}-%{version}.tar.gz
+# Source0-md5: a32f02be71b29f0d4fe65c0d196d0093
+URL:           http://www.splintered.net/sw/flow-tools/
+BuildRequires: flex
+BuildRequires: bison
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _localstatedir  %{_sysconfdir}/%{name}
+
+%description
+A software package for collecting and processing NetFlow data from Cisco and Juniper routers.
+
+%package devel
+Summary:        Header files and develpment documentation for flow-tools
+Group:          Development/Libraries
+Requires:       %{name} = %{version}
+
+%description devel
+Header files and develpment documentation for flow-tools.
+
+%prep
+%setup -q
+
+%build
+%configure \
+#      --with-mysql
+%{__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 ChangeLog INSTALL NEWS README SECURITY TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+%{_sysconfdir}
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*.h
+%{_libdir}/*.a
This page took 0.077226 seconds and 4 git commands to generate.