void-packages/srcpkgs/tcpdump/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

17 lines
543 B
Bash

# Template file for 'tcpdump'
pkgname=tcpdump
version=4.7.3
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@gmail.com>"
license="3-clause-BSD"
homepage="http://www.tcpdump.org"
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
checksum=1f87fb652ce996d41e7a06c601bc6ea29b13fee922945b23770c29490f1d8ace
post_install() {
vlicense LICENSE
}