19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'tcpdump'
|
|
pkgname=tcpdump
|
|
version=4.9.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--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"
|
|
distfiles="http://security.debian.org/debian-security/pool/updates/main/t/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
|
checksum=eae98121cbb1c9adbedd9a777bf2eae9fa1c1c676424a54740311c8abcee5a5e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|