mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 20:26:41 +00:00
lshw: update to 2.18
This commit is contained in:
parent
666f35ba80
commit
da61e204e7
@ -1,6 +1,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This file is part of LibreELEC - http://www.libreelec.tv
|
# This file is part of LibreELEC - https://libreelec.tv
|
||||||
# Copyright (C) 2016 Team LibreELEC
|
# Copyright (C) 2016-present Team LibreELEC
|
||||||
#
|
#
|
||||||
# LibreELEC is free software: you can redistribute it and/or modify
|
# LibreELEC is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -17,11 +17,11 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="hddtemp"
|
PKG_NAME="hddtemp"
|
||||||
PKG_VERSION="0.3-beta15"
|
PKG_VERSION="e16aed6"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.guzu.net/linux/hddtemp.php"
|
PKG_SITE="http://www.guzu.net/linux/hddtemp.php"
|
||||||
PKG_URL="http://download.savannah.gnu.org/releases/hddtemp/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="https://github.com/guzu/hddtemp/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_SECTION="debug/tools"
|
PKG_SECTION="debug/tools"
|
||||||
PKG_SHORTDESC="hddtemp: tool that reports hard drive temperature"
|
PKG_SHORTDESC="hddtemp: tool that reports hard drive temperature"
|
||||||
@ -30,6 +30,11 @@ PKG_AUTORECONF="no"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--with-db-path=/storage/.kodi/addons/virtual.system-tools/data/hddtemp.db"
|
PKG_CONFIGURE_OPTS_TARGET="--with-db-path=/storage/.kodi/addons/virtual.system-tools/data/hddtemp.db"
|
||||||
|
|
||||||
|
post_unpack() {
|
||||||
|
cd $PKG_BUILD
|
||||||
|
wget -O hddtemp.db http://www.guzu.net/linux/hddtemp.db
|
||||||
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
: # nop
|
: # nop
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -98,7 +98,7 @@ addon() {
|
|||||||
|
|
||||||
# hddtemp
|
# hddtemp
|
||||||
cp -P $(get_build_dir hddtemp)/.$TARGET_NAME/src/hddtemp $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir hddtemp)/.$TARGET_NAME/src/hddtemp $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
cp -P $(get_build_dir hddtemp)/debian/hddtemp.db $ADDON_BUILD/$PKG_ADDON_ID/data
|
cp -P $(get_build_dir hddtemp)/hddtemp.db $ADDON_BUILD/$PKG_ADDON_ID/data
|
||||||
|
|
||||||
# hd-idle
|
# hd-idle
|
||||||
cp -P $(get_build_dir hd-idle)/hd-idle $ADDON_BUILD/$PKG_ADDON_ID/bin
|
cp -P $(get_build_dir hd-idle)/hd-idle $ADDON_BUILD/$PKG_ADDON_ID/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user