mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
tcpdump: fix license, remove unknown option, move homepage and distfiles
to https. Closes #13911. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
598f37b472
commit
7107f8c55f
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ pkgname=tcpdump
|
||||||
version=4.9.2
|
version=4.9.2
|
||||||
revision=3
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 td_cv_buggygetaddrinfo=no"
|
configure_args="td_cv_buggygetaddrinfo=no"
|
||||||
makedepends="libpcap-devel libressl-devel"
|
makedepends="libpcap-devel libressl-devel"
|
||||||
short_desc="A tool for network monitoring and data acquisition"
|
short_desc="A tool for network monitoring and data acquisition"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.tcpdump.org"
|
homepage="https://www.tcpdump.org"
|
||||||
distfiles="http://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79
|
checksum=798b3536a29832ce0cbb07fafb1ce5097c95e308a6f592d14052e1ef1505fe79
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue