Skip to content

Commit 6bc6cdf

Browse files
committed
add net::iputils v20250605
1 parent 2b3a1fc commit 6bc6cdf

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

recipes/net/iputils.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
inherit: [meson]
2+
3+
metaEnvironment:
4+
PKG_LICENSE: "BSD-3-Clause AND GPL-2.0-or-later"
5+
PKG_VERSION: "20250605"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: ${GITHUB_MIRROR}/iputils/iputils/releases/download/${PKG_VERSION}/iputils-${PKG_VERSION}.tar.xz
10+
digestSHA256: 6f213700dbf96b5cc4499ca70cb15ecd69c09f405b06785bb4a1a10b572b6276
11+
stripComponents: 1
12+
13+
buildScript: |
14+
mesonBuild $1 \
15+
-DUSE_CAP=false \
16+
-DUSE_IDN=false \
17+
-DBUILD_MANS=false \
18+
-DBUILD_CLOCKDIFF=false \
19+
-DBUILD_HTML_MANS=false \
20+
-DUSE_GETTEXT=false \
21+
-DSKIP_TESTS=true
22+
23+
packageScript: |
24+
mesonPackageTgt

tests/buildall/recipes/all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ depends:
109109
- net::iperf3
110110
- net::iproute2
111111
- net::iptables
112+
- net::iputils
112113
- net::lighttpd
113114
- net::net-tools
114115
- net::nftables

0 commit comments

Comments
 (0)