summaryrefslogtreecommitdiff
path: root/lm_sensors
diff options
context:
space:
mode:
Diffstat (limited to 'lm_sensors')
-rw-r--r--lm_sensors/.footprint34
-rw-r--r--lm_sensors/.md5sum1
-rw-r--r--lm_sensors/Pkgfile17
-rw-r--r--lm_sensors/README32
4 files changed, 84 insertions, 0 deletions
diff --git a/lm_sensors/.footprint b/lm_sensors/.footprint
new file mode 100644
index 000000000..5dcbc31f0
--- /dev/null
+++ b/lm_sensors/.footprint
@@ -0,0 +1,34 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sensors
+-rwxr-xr-x root/root usr/bin/sensors-conf-convert
+drwxr-xr-x root/root usr/etc/
+-rw-r--r-- root/root usr/etc/sensors3.conf
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/sensors/
+-rw-r--r-- root/root usr/include/sensors/error.h
+-rw-r--r-- root/root usr/include/sensors/sensors.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libsensors.a
+lrwxrwxrwx root/root usr/lib/libsensors.so -> libsensors.so.4
+lrwxrwxrwx root/root usr/lib/libsensors.so.4 -> libsensors.so.4.0.2
+-rwxr-xr-x root/root usr/lib/libsensors.so.4.0.2
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/sensors.1.gz
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/libsensors.3.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/sensors.conf.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/fancontrol.8.gz
+-rw-r--r-- root/root usr/man/man8/isadump.8.gz
+-rw-r--r-- root/root usr/man/man8/isaset.8.gz
+-rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz
+-rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/fancontrol
+-rwxr-xr-x root/root usr/sbin/isadump
+-rwxr-xr-x root/root usr/sbin/isaset
+-rwxr-xr-x root/root usr/sbin/pwmconfig
+-rwxr-xr-x root/root usr/sbin/sensors-detect
diff --git a/lm_sensors/.md5sum b/lm_sensors/.md5sum
new file mode 100644
index 000000000..d3497c92f
--- /dev/null
+++ b/lm_sensors/.md5sum
@@ -0,0 +1 @@
+e88b236228ac2a50821217015b8fd0fa lm_sensors-3.0.3.tar.bz2
diff --git a/lm_sensors/Pkgfile b/lm_sensors/Pkgfile
new file mode 100644
index 000000000..4e54f7b8d
--- /dev/null
+++ b/lm_sensors/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc)
+# URL: http://www.lm-sensors.org
+# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
+# Depends on: perl
+# Nice to have: i2c-tools
+
+name=lm_sensors
+version=3.0.3
+release=1
+source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ make install PREFIX=/usr \
+ ETCDIR=/usr/etc \
+ DESTDIR=$PKG
+}
diff --git a/lm_sensors/README b/lm_sensors/README
new file mode 100644
index 000000000..813d23ec5
--- /dev/null
+++ b/lm_sensors/README
@@ -0,0 +1,32 @@
+
+README for lm_sensors
+
+
+IMPORTANT NOTES
+
+ * The libsensors configuration file (/etc/sensors.conf) is never overwritten
+ by our installation process, so that you won't lose your personal settings
+ in that file. You still can get our latest default config file in
+ etc/sensors.conf.eg and manually copy it to /etc/sensors.conf if you want.
+ You will then want to edit it to fit your needs again.
+
+ * The format of /etc/sensors.conf changed with lm-sensors >= 3.0.0.
+ If you have a custom configuration file using the old format, you can convert
+ it using the sensors-conf-convert script. Otherwise just overwrite your old
+ configuration file with the new default one.
+
+
+KERNEL CONFIGURATION
+
+ * Enable "I2C support" (CONFIG_I2C=y or m). On many motherboards, the sensor
+ chip is connected to the SMBus, which is supported by I2C in the Linux kernel
+
+ * Enable "I2C device interface" (CONFIG_I2C_CHARDEV=m). sensors-detect needs
+ this to probe for SMBus hardware monitoring chips.
+
+ * In I2C Hardware Bus support, enable all drivers you might need, preferably
+ as modules. If you're not sure, select them all.
+
+ * Enable "Hardware Monitoring support" (CONFIG_HWMON=y or m).
+
+ * Enable all hardware monitoring drivers you might need, preferably as modules

Generated by cgit