]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
tcpick: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 Oct 2016 21:44:27 +0000 (17:44 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Oct 2016 10:50:26 +0000 (06:50 -0400)
Project seems to be discontinued

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
tcpick/tcpick.nm [deleted file]

diff --git a/tcpick/tcpick.nm b/tcpick/tcpick.nm
deleted file mode 100644 (file)
index ce5f4fb..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = tcpick
-version    = 0.2.1
-release    = 1
-
-groups     = Networking/Tools
-url        = http://tcpick.sourceforge.net/
-license    = GPLv2
-summary    = A libpcap-based textmode sniffer for tcp streams.
-
-description
-       Tcpick is able to save the captured flows in different files or
-       displays them in the terminal, and so it is useful to sniff files that 
-       are transmitted via ftp or http. It can display all the stream on the 
-       terminal, when the connection is closed in different display modes like 
-       hexdump, hexdump + ascii, only printable charachters, raw mode and so 
-       on. Available a color mode too, helpful to read and understand better 
-       the output of the program. Actually it can handle several interfaces, 
-       including ethernet cards and ppp. It is useful to keep track of what 
-       users of a network are doing, and is usable with textmode tools like 
-       grep, sed, awk.
-end
-
-source_dl  = http://sourceforge.net/projects/tcpick/files/%{name}/%{version}/
-
-build
-       requires
-               ncurses-devel
-               libpcap-devel
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end