void-packages/srcpkgs/tcpdump/template
Piraty de5c52b0e1 tcpdump: update to 4.99.0.
remove td_cv_buggygetaddrinfo, it's obsolete since 2015
tcpdump/11f73ad248fa22461ca040baa8dc94b864509efa
2021-01-08 09:58:02 +01:00

17 lines
513 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.99.0
revision=1
build_style=gnu-configure
makedepends="libpcap-devel libressl-devel"
checkdepends="perl"
short_desc="A tool for network monitoring and data acquisition"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.tcpdump.org"
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=8cf2f17a9528774a7b41060323be8b73f76024f7778f59c34efa65d49d80b842
post_install() {
vlicense LICENSE
}