0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-29 06:02:41 +00:00
Files
Fredrik Fornwall cdc458113f chore(root/smartmontools,squashfuse,sshfs,tcpdump): Rebuild
Rebuild some packages to get 16 kb page size.
2025-09-21 14:21:34 +02:00

17 lines
723 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.smartmontools.org/
TERMUX_PKG_DESCRIPTION="Utility programs (smartctl and smartd) to control and monitor storage systems"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="7.5"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://downloads.sourceforge.net/sourceforge/smartmontools/smartmontools-${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=690b83ca331378da9ea0d9d61008c4b22dde391387b9bbad7f29387f2595f76e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libandroid-glob, libc++, libcap-ng"
TERMUX_PKG_CONFFILES="etc/smartd.conf"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-scriptpath=$TERMUX_PREFIX/bin"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
}