mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-23 14:42:26 +02:00
main/iputils: add man pages
This commit is contained in:
parent
d80077aabc
commit
87ff26c3b0
@ -1,19 +1,21 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=iputils
|
||||
pkgver=20250605
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="IP Configuration Utilities"
|
||||
url="https://github.com/iputils/iputils/"
|
||||
arch="all"
|
||||
license="BSD-3-Clause AND GPL-2.0-or-later"
|
||||
replaces="bbsuid"
|
||||
makedepends="
|
||||
docbook-xsl
|
||||
libcap-dev
|
||||
meson
|
||||
"
|
||||
subpackages="
|
||||
iputils-arping
|
||||
iputils-clockdiff
|
||||
$pkgname-doc
|
||||
iputils-ping
|
||||
iputils-tracepath
|
||||
"
|
||||
@ -35,7 +37,7 @@ build() {
|
||||
abuild-meson \
|
||||
-Db_lto=true \
|
||||
-DNO_SETCAP_OR_SUID=true \
|
||||
-DBUILD_MANS=false \
|
||||
-DBUILD_MANS=true \
|
||||
-DUSE_IDN=false \
|
||||
-DUSE_GETTEXT=false \
|
||||
. output
|
||||
@ -62,6 +64,7 @@ package() {
|
||||
|
||||
ln -s tracepath "$pkgdir"/usr/sbin/tracepath6
|
||||
ln -s ping "$pkgdir"/bin/ping6
|
||||
install -D -m 644 -t "$pkgdir"/usr/share/man/man8 doc/*.8
|
||||
}
|
||||
|
||||
arping() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user