19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'tcpdump'
|
|
pkgname=tcpdump
|
|
version=4.99.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libpcap-devel openssl-devel"
|
|
checkdepends="perl"
|
|
short_desc="Tool for network monitoring and data acquisition"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://www.tcpdump.org"
|
|
changelog="https://www.tcpdump.org/tcpdump-changes.txt"
|
|
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
|
checksum=0232231bb2f29d6bf2426e70a08a7e0c63a0d59a9b44863b7f5e2357a6e49fea
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|