void-packages/srcpkgs/tcpdump/template

19 lines
566 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.99.5
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=8c75856e00addeeadf70dad67c9ff3dd368536b2b8563abf6854d7c764cd3adb
post_install() {
vlicense LICENSE
}