0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-21 04:54:09 +00:00
Files
Termux Github Actions 8c175da7d1 bump(main/btrfs-progs): 6.17
This commit has been automatically submitted by Github Actions.
2025-09-29 18:16:52 +00:00

23 lines
721 B
Bash

TERMUX_PKG_HOMEPAGE=https://btrfs.readthedocs.io/en/latest/
TERMUX_PKG_DESCRIPTION="Utilities for Btrfs filesystem"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.17"
TERMUX_PKG_SRCURL=https://github.com/kdave/btrfs-progs/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e502510f39ffe73f7077ccae2538e2801893f71be342233084ba152c9f4670c6
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="e2fsprogs, liblzo, libuuid, util-linux, zlib, zstd"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-backtrace
--disable-libudev
--disable-python
--disable-static
--disable-option-checking
"
termux_step_pre_configure() {
./autogen.sh
CFLAGS+=" $CPPFLAGS"
}