void-packages/srcpkgs/iputils/template
UsernameRandomlyGenerated 67b2f540b3 iputils: update to 20200821.
2021-02-09 17:13:08 +01:00

29 lines
1 KiB
Bash

# Template file for 'iputils'
pkgname=iputils
version=20200821
revision=1
wrksrc="${pkgname}-s${version}"
build_style=meson
configure_args="-DNO_SETCAP_OR_SUID=true -DUSE_IDN=false
-DBUILD_TFTPD=false -DBUILD_NINFOD=false"
hostmakedepends="pkg-config docbook2x docbook-xsl-ns"
makedepends="libcap-devel libressl-devel"
depends="libcap-progs"
short_desc="Useful utilities for Linux networking (including ping)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="BSD-3-Clause, GPL-2.0-or-later"
homepage="https://github.com/iputils/iputils"
distfiles="https://github.com/iputils/iputils/archive/s${version}.tar.gz"
checksum=f265da0d02dd2259efd8c57a9c2e0c8bb3361abb14639fcffb26707be5783a5b
alternatives="
ping:ping:/usr/bin/${pkgname}-ping
ping:ping.8:/usr/share/man/man8/${pkgname}-ping.8
ping6:ping6:/usr/bin/${pkgname}-ping
ping6:ping6.8:/usr/share/man/man8/${pkgname}-ping.8"
post_install() {
mv ${DESTDIR}/usr/share/man/man8/{ping,${pkgname}-ping}.8
mv ${DESTDIR}/usr/bin/{ping,${pkgname}-ping}
vlicense Documentation/LICENSE.BSD3
}