Lakka-LibreELEC/packages/addons/addon-depends/system-tools-depends/smartmontools/package.mk

21 lines
894 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
2018-07-16 14:45:36 -04:00
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
2018-05-11 17:22:42 -04:00
PKG_NAME="smartmontools"
2023-08-01 10:04:49 -04:00
PKG_VERSION="7.4"
PKG_SHA256="e9a61f641ff96ca95319edfb17948cd297d0cd3342736b2c49c99d4716fb993d"
2018-05-11 17:22:42 -04:00
PKG_LICENSE="GPL"
PKG_SITE="https://www.smartmontools.org"
PKG_URL="https://downloads.sourceforge.net/sourceforge/smartmontools/smartmontools-${PKG_VERSION}.tar.gz"
2018-05-11 17:22:42 -04:00
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Control and monitor storage systems using S.M.A.R.T."
PKG_BUILD_FLAGS="-sysroot"
2018-05-11 17:22:42 -04:00
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
--without-initscriptdir \
--without-nvme-devicescan \
--without-systemdenvfile \
--without-systemdsystemunitdir \
--without-systemdenvfile \
--without-systemdsystemunitdir"