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

42 lines
1.1 KiB
TOML

[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
"--with-ipc=sysv",
]
post_install = [
"install -dm0755 $DESTDIR/usr/lib/ld.so.conf.d/",
"echo '/usr/lib/libfakeroot' > $DESTDIR/usr/lib/ld.so.conf.d/fakeroot.conf",
]
libdir = "/usr/lib/fakeroot"
[dependencies]
runtime = [
"glibc",
"filesystem",
"sed",
"sh",
"util-linux",
]
test = ["sharutils"]
[package]
description = "Tool for simulating superuser privileges"
homepage = "https://tracker.debian.org/pkg/fakeroot"
license = "GPL-3.0-or-later"
name = "fakeroot"
version = "1.37.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "487051a5ff55ecc631381c09474f6bf6759e79a5a887634e4d1738542836558d"
url = "https://salsa.debian.org/clint/fakeroot/-/archive/upstream/$version/fakeroot-upstream-$version.tar.bz2"
post_extract = ["autoreconf -fi"]
patches = [ "fakeroot-1.37.2-no-doc-man-install.patch" ]
[[manual_sources]]
file = "fakeroot-1.37.2-no-doc-man-install.patch"
sha256 = "sha512:e975fdd19f7b475a95c4c96ae093be43fd0ffcf82ea5598d6196b91159881220113cc4904245809e96c1c87f1b40778061669d6770970b9bf97860b6e605b6e7"