Files
packages/core/util-linux/util-linux.toml
T
2026-03-21 12:43:00 -05:00

44 lines
1.2 KiB
TOML

[build]
type = "autotools"
[build.flags]
cc = "clang"
configure = [
"--libdir=/usr/lib",
"--runstatedir=/run",
"--sbindir=/usr/bin",
"--disable-chfn-chsh",
"--disable-login",
"--disable-nologin",
"--disable-su",
"--disable-setpriv",
"--disable-runuser",
"--disable-pylibmount",
"--disable-static",
"--disable-liblastlog2",
"--without-python",
"--disable-kill",
"--disable-more",
"--without-systemd",
"--without-systemdsystemunitdir",
"ADJTIME_PATH=/var/lib/hwclock/adjtime",
]
skip_tests = true
[dependencies]
runtime = [ "glibc", "ncurses", "readline", "zlib-ng", "pam" ]
[package]
description = "miscellaneous utility programs"
homepage = "https://github.com/util-linux/util-linux"
license = "GPL-2.0-or-Later"
name = "util-linux"
version = "2.41.3"
[[source]]
extract_dir = "$name-$version"
post_extract = ["mkdir -pv $DESTDIR/var/lib/hwclock", "sed -i '1s|^#! */bin/bash|#!/bin/sh|' tools/all_errnos"]
sha256 = "3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b"
url = "https://www.kernel.org/pub/linux/utils/util-linux/v2.41/$name-$version.tar.xz"
patches = ["all_errnos-posix.patch","all_syscalls-posix.patch"]