1 TERMUX_PKG_HOMEPAGE=https://en.wikipedia.org/wiki/Util-linux
2 TERMUX_PKG_DESCRIPTION="Miscellaneous system utilities"
3 TERMUX_PKG_VERSION=2.30.1
4 TERMUX_PKG_SHA256=1be4363a91ac428c9e43fc04dc6d2c66a19ec1e36f1105bd4b481540be13b841
5 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/linux/utils/util-linux/v${TERMUX_PKG_VERSION:0:4}/util-linux-${TERMUX_PKG_VERSION}.tar.xz
6 TERMUX_PKG_DEPENDS="ncurses, libutil, libcrypt"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
25 # bin/column is currently bundled in the fish package:
26 TERMUX_PKG_RM_AFTER_INSTALL="bin/column share/man/man1/column.1"
28 termux_step_pre_configure() {
29 if [ $TERMUX_ARCH_BITS = 64 ]; then
30 # prlimit() is only available in 64-bit bionic.
31 TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_func_prlimit=yes"