void-packages/srcpkgs/tcpdump/template
maxice8 7107f8c55f
tcpdump: fix license, remove unknown option, move homepage and distfiles
to https.

Closes #13911.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-30 19:14:43 +02:00

17 lines
534 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.9.2
revision=3
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="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause"
homepage="https://www.tcpdump.org"
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79
post_install() {
vlicense LICENSE
}