[Lunar-commits] <moonbase> lm_sensors: version bumped to 3.0.2.

Florin Braescu florin at lunar-linux.org
Sat May 31 08:50:50 CEST 2008


commit d5c19c467d86c65064b9182ca594aa194b13775c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat May 31 09:50:50 2008 +0300

    lm_sensors: version bumped to 3.0.2.
    
    This is a completely reworked package, for Linux 2.6.5+.
    It supports all the devices your kernel supports, as it no
    longer contains chip-specific code.
    If you are using a custom configuration file, you'll need to
    convert it to the new format using the included sensors-conf-convert
    script.
---
 utils/lm_sensors/BUILD   |   20 ++++++++++++++------
 utils/lm_sensors/DEPENDS |    2 ++
 utils/lm_sensors/DETAILS |   13 ++++++-------
 3 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/utils/lm_sensors/BUILD b/utils/lm_sensors/BUILD
index 502abda..664d2e8 100644
--- a/utils/lm_sensors/BUILD
+++ b/utils/lm_sensors/BUILD
@@ -2,11 +2,19 @@
   message " ${PROBLEM_COLOR}Warning! ${DEFAULT_COLOR}This module compiles and must be installed only on 2.6.x kernels."
   sleep 5
 
-  make user                   &&
-  prepare_install             &&
-  make  PREFIX=/usr            \
-        MANDIR=/usr/share/man  \
-        KERNELINCLUDEFILES=""  \
-        user_install
+  make user        &&
+  prepare_install  &&
+
+  # Enable sensord building
+  if [[ "$BSENSD" == "y" ]]; then
+    make  PREFIX=/usr            \
+          MANDIR=/usr/share/man  \
+          PROG_EXTRA=sensord     \
+          user_install
+  else
+    make  PREFIX=/usr            \
+          MANDIR=/usr/share/man  \
+	  user_install
+  fi 
 
 ) > $C_FIFO 2>&1
diff --git a/utils/lm_sensors/DEPENDS b/utils/lm_sensors/DEPENDS
index 832e070..23d32c3 100644
--- a/utils/lm_sensors/DEPENDS
+++ b/utils/lm_sensors/DEPENDS
@@ -1 +1,3 @@
 depends  sysfsutils
+
+optional_depends "rrdtool"  " " " " "For sensord building"
diff --git a/utils/lm_sensors/DETAILS b/utils/lm_sensors/DETAILS
index 5690c4e..aeb8e31 100644
--- a/utils/lm_sensors/DETAILS
+++ b/utils/lm_sensors/DETAILS
@@ -1,16 +1,15 @@
-          MODULE=lm_sensors-2.6
-         VERSION=2.10.6
-          SOURCE=lm_sensors-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/lm_sensors-$VERSION
+          MODULE=lm_sensors
+         VERSION=3.0.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://dl.lm-sensors.org/lm-sensors/releases
-      SOURCE_VFY=sha1:e9507fd6d77bc464d1ae8aef78b48ead85f13368
+      SOURCE_VFY=sha1:8f28c11d00e68fc4b8249e02d224427f8f836d68
         WEB_SITE=http://www.lm-sensors.org
          ENTERED=20011021
-         UPDATED=20080308
+         UPDATED=20080531
            SHORT="Hardware health monitoring tools"
 
 cat << EOF
 lm_sensors provides essential tools for monitoring the hardware health
 of Linux systems containing hardware health monitoring hardware such as
-the LM78 and LM75.
+the LM78 and LM75. This is the module for Linux 2.6.x kernel versions.
 EOF


More information about the Lunar-commits mailing list