18 lines
535 B
Bash
18 lines
535 B
Bash
# Template file for 'tcpdump'
|
|
pkgname=tcpdump
|
|
version=4.9.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="td_cv_buggygetaddrinfo=no"
|
|
makedepends="libpcap-devel libressl-devel"
|
|
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=2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|