28 lines
1 KiB
Bash
28 lines
1 KiB
Bash
# Template file for 'iputils'
|
|
pkgname=iputils
|
|
version=20210722
|
|
revision=1
|
|
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 libcap-progs iproute2"
|
|
makedepends="libcap-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/${version}.tar.gz"
|
|
checksum=6d1a44b0682d3d4b64586dbaebe61dd61ae16d6e2f4dc0c43336d0e47a9db323
|
|
|
|
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
|
|
}
|