mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
lm_sensors: add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
10b1241778
commit
cd00108b0b
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make PREFIX=/usr CC=$TARGET_CC
|
make PREFIX=/usr CC=$TARGET_CC
|
||||||
|
14
packages/sysutils/lm_sensors/meta
Normal file
14
packages/sysutils/lm_sensors/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="lm_sensors"
|
||||||
|
PKG_VERSION="3.2.0"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="GPL"
|
||||||
|
PKG_SITE="http://secure.netroedge.com/~lm78/"
|
||||||
|
PKG_URL="http://dl.lm-sensors.org/lm-sensors/releases/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="system"
|
||||||
|
PKG_SHORTDESC="lm_sensors: Hardware monitoring via the SMBus"
|
||||||
|
PKG_LONGDESC="lm_sensors is a package to get data from the SMB (System Management Bus - an i2c bus) on modern mainboards. It consists of kernel modules and users space tools to get stuff like cpu / mb temperature, voltages, fan speed..."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.2.0.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user