From 95f12e57b64d06ee83d4a7db5040d98f4974b9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20P=C3=B6tzsch?= Date: Mon, 20 Oct 2025 12:39:41 +0200 Subject: [PATCH] Add utils::inotify-tools v4.25.9.0 --- recipes/utils/inotify-tools.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/utils/inotify-tools.yaml diff --git a/recipes/utils/inotify-tools.yaml b/recipes/utils/inotify-tools.yaml new file mode 100644 index 00000000..d0cf2b83 --- /dev/null +++ b/recipes/utils/inotify-tools.yaml @@ -0,0 +1,20 @@ +inherit: [autotools, autoconf] + +metaEnvironment: + PKG_VERSION: "4.25.9.0" + PKG_LICENSE: "GPL-2.0+" + +checkoutSCM: + scm: url + url: ${GITHUB_MIRROR}/inotify-tools/inotify-tools/archive/refs/tags/${PKG_VERSION}.tar.gz + digestSHA256: "d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b" + stripComponents: 1 + +checkoutDeterministic: True +checkoutScript: | + autoconfReconfigure + +buildScript: | + autotoolsBuild $1 + +packageScript: autotoolsPackageTgt