New package: tcptrack-1.4.3
This commit is contained in:
16
srcpkgs/tcptrack/template
Normal file
16
srcpkgs/tcptrack/template
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user