void-packages/srcpkgs/tcpdump/template
2015-08-06 13:48:02 +00:00

18 lines
565 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.7.4
revision=4
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=6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af
post_install() {
vlicense LICENSE
}