0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-04 02:00:36 +00:00
Files
termux-packages/packages/mtools/build.sh
Termux Github Actions 62432b2b3b bump(main/mtools): 4.0.48
This commit has been automatically submitted by Github Actions.
2025-02-24 12:34:32 +00:00

19 lines
590 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/mtools/
TERMUX_PKG_DESCRIPTION="Tool for manipulating FAT images"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="4.0.48"
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/mtools/mtools-${TERMUX_PKG_VERSION}.tar.lz
TERMUX_PKG_SHA256=7d57f14a2482dc4658e4b386180793ef50f0de89ee3a9a28f0a371630baac7c4
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libandroid-support, libiconv"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-floppyd
ac_cv_lib_bsd_main=no
"
termux_step_pre_configure() {
export LIBS="-liconv"
}