17 lines
538 B
Bash
17 lines
538 B
Bash
|
# 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
|
||
|
}
|