]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - iptraf-ng/iptraf-ng.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / iptraf-ng / iptraf-ng.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = iptraf-ng
7 version = 1.1.3.1
8 release = 1
9
10 groups = Networking/Tools
11 url = https://fedorahosted.org/iptraf-ng/
12 license = GPLv2+
13 summary = A console-based network monitoring utility.
14
15 description
16 IPTraf-ng is a console-based network monitoring utility. IPTraf gathers
17 data like TCP connection packet and byte counts, interface statistics
18 and activity indicators, TCP/UDP traffic breakdowns, and LAN station
19 packet and byte counts. IPTraf-ng features include an IP traffic monitor
20 which shows TCP flag information, packet and byte counts, ICMP
21 details, OSPF packet types, and oversized IP packet warnings;
22 interface statistics showing IP, TCP, UDP, ICMP, non-IP and other IP
23 packet counts, IP checksum errors, interface activity and packet size
24 counts; a TCP and UDP service monitor showing counts of incoming and
25 outgoing packets for common TCP and UDP application ports, a LAN
26 statistics module that discovers active hosts and displays statistics
27 about their activity; TCP, UDP and other protocol display filters so
28 you can view just the traffic you want; logging; support for Ethernet,
29 FDDI, ISDN, SLIP, PPP, and loopback interfaces; and utilization of the
30 built-in raw socket interface of the Linux kernel, so it can be used
31 on a wide variety of supported network cards.
32 end
33
34 source_dl = https://fedorahosted.org/releases/i/p/iptraf-ng/
35
36 build
37 requires
38 ncurses-devel
39 end
40
41 install_cmds
42 mkdir -pv %{BUILDROOT}%{localstatedir}/{lock,log,lib}/iptraf-ng
43 end
44 end
45
46 packages
47 package %{name}
48 # Create an alias for iptraf.
49 provides = iptraf
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end