17 lines
565 B
Bash
17 lines
565 B
Bash
# Template file for 'tcpdump'
|
|
pkgname=tcpdump
|
|
version=4.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sbindir=/usr/bin --enable-ipv6 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="3-clause-BSD"
|
|
homepage="http://www.tcpdump.org"
|
|
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
|
checksum=177385d9d17d1d99ba6aa3ea63a8400a5f4c54db62b83ac6d4da56944bee623b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|