File: pktstat.spec

package info (click to toggle)
pktstat 1.8.5-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 696 kB
  • sloc: ansic: 5,105; sh: 1,032; makefile: 34
file content (37 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (10)
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
35
36
37
# $Id: pktstat.spec.in 1198 2008-02-29 16:03:44Z d $
Name: pktstat
Version: @PACKAGE_VERSION@
Source0: http://www.adaptive-enterprises.com.au/~d/software/pktstat/%{name}-%{version}.tar.gz
Release: 1
Summary: Displays a live list of active connections and what files are being transferred.
Group: Applications/Internet
License: BSD
Vendor: David Leonard
URL: http://www.adaptive-enterprises.com.au/~d/software/pktstat/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildPreReq: libpcap-devel, ncurses-devel

%description
Display a real-time list of active connections seen on a network
interface, and how much bandwidth is being used by what. Partially decodes
HTTP and FTP protocols to show what filename is being transferred. X11
application names are also shown. Entries hang around on the screen for
a few seconds so you can see what just happened. Also accepts filter
expressions รก la tcpdump.

%prep
%setup

%build
%configure
make

%install
make install DESTDIR="$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/pktstat
%attr(0644,root,root) %{_mandir}/man1/pktstat.*
%doc COPYING ChangeLog NEWS README TODO