New package: tcptrack-1.4.3

This commit is contained in:
Christian Neukirchen 2016-05-02 13:45:20 +02:00
parent 56d3eddb5d
commit 7474cdcc3f
1 changed files with 16 additions and 0 deletions

16
srcpkgs/tcptrack/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'tcptrack'
pkgname=tcptrack
version=1.4.3
revision=1
build_style=gnu-configure
makedepends="libpcap-devel ncurses-devel"
short_desc="Monitor TCP connections on network"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://github.com/bchretien/tcptrack/"
distfiles="https://github.com/bchretien/${pkgname}/archive/v${version}.tar.gz"
checksum=8725205ecbeddc3f891e3345e70f150d87705b099eafd8780f4739ab14f8c862
post_extract() {
sed -i '1i#include <sys/types.h>' src/TCPHeader.h
}