distribution/packages/sysutils/smartmontools/package.mk

23 lines
819 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="smartmontools"
PKG_VERSION="7.4"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="GPL"
PKG_SITE="https://www.smartmontools.org"
2023-02-24 13:53:43 +00:00
PKG_URL="https://downloads.sourceforge.net/sourceforge/smartmontools/smartmontools-${PKG_VERSION}.tar.gz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Control and monitor storage systems using S.M.A.R.T."
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
--without-initscriptdir \
--without-nvme-devicescan \
--without-systemdenvfile \
--without-systemdsystemunitdir \
--without-systemdenvfile \
--without-systemdsystemunitdir"
makeinstall_target() {
:
}