mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
* Useful tool
This commit is contained in:
parent
3c01921643
commit
fba90d6516
2 changed files with 21 additions and 0 deletions
2
net-misc/tcpick/Manifest
Normal file
2
net-misc/tcpick/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST tcpick-0.2.1.tar.gz 175871 RMD160 8d4dd48c639e52ef681cd64c366a99c296171f06 SHA1 02892932f462b6ff3f62e5930a0644c44cdef8c9 SHA256 cf3c3814518f5565df3884d07e1e3015d88ac1dbfe3885635dd6e67d6ce46dd2
|
||||
EBUILD tcpick-0.2.1.ebuild 407 RMD160 bce005955acffcc85d33ed44bec78c70248816f0 SHA1 a5344e850a8916519e48e348a9f6544230b8c5f7 SHA256 8c5e7db80f58d098d672938195d099a754f81d22bb441ea4222b04ed113a45c4
|
||||
19
net-misc/tcpick/tcpick-0.2.1.ebuild
Normal file
19
net-misc/tcpick/tcpick-0.2.1.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="A tcp stream sniffer, tracker and capturer."
|
||||
HOMEPAGE="http://tcpick.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
src_install () {
|
||||
dobin src/tcpick
|
||||
dodoc EXAMPLES OPTIONS README
|
||||
}
|
||||
Loading…
Reference in a new issue