mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
21 lines
894 B
Makefile
21 lines
894 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="smartmontools"
|
|
PKG_VERSION="7.4"
|
|
PKG_SHA256="e9a61f641ff96ca95319edfb17948cd297d0cd3342736b2c49c99d4716fb993d"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.smartmontools.org"
|
|
PKG_URL="https://downloads.sourceforge.net/sourceforge/smartmontools/smartmontools-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Control and monitor storage systems using S.M.A.R.T."
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--prefix=/usr \
|
|
--without-initscriptdir \
|
|
--without-nvme-devicescan \
|
|
--without-systemdenvfile \
|
|
--without-systemdsystemunitdir \
|
|
--without-systemdenvfile \
|
|
--without-systemdsystemunitdir"
|