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

40 lines
958 B
TOML

[build]
type = "autotools"
[build.flags]
configure = [
"--sysconfdir=/etc",
"--enable-elf-shlibs",
"--disable-libblkid",
"--disable-libuuid",
"--disable-uuidd",
"--disable-fsck",
]
post_install = [
"rm -fv $DESTDIR/usr/lib/libcom_err.a",
"rm -fv $DESTDIR/usr/lib/libext2fs.a",
"rm -fv $DESTDIR/usr/lib/libss.a",
"rm -fv $DESTDIR/usr/lib/libe2p.a",
]
skip_tests = true # needs an ext* fs
keep = [ "etc/mke2fs.conf" ]
build_dir = "build"
[dependencies]
runtime = [
"glibc",
"util-linux",
]
[package]
description = "utilities for handling the ext family of filesystems"
homepage = "https://e2fsprogs.sourceforge.net/"
license = "GPL-2.0-or-Later"
name = "e2fsprogs"
version = "1.47.3"
[[source]]
extract_dir = "$name-$version"
sha256 = "2f5164e64dd7d91eadd1e0e8a77d92c06dd7837bb19f1d9189ce1939b363d2b4"
url = "https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v$version/e2fsprogs-$version.tar.gz"