summaryrefslogtreecommitdiffstats
path: root/base/lm_sensors
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:53:56 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 21:53:56 +0200
commit43dbb81fcdd8629b10e33d8229b644acc447ac25 (patch)
treeb6042b219a3f254efc0ee3d3dfa556aea5b86fe4 /base/lm_sensors
parent7e08d22bf47936b2a9478ad161cca99b1b60e836 (diff)
downloadnutyx-pakxe-43dbb81fcdd8629b10e33d8229b644acc447ac25.tar.gz
nutyx-pakxe-43dbb81fcdd8629b10e33d8229b644acc447ac25.tar.bz2
nutyx-pakxe-43dbb81fcdd8629b10e33d8229b644acc447ac25.tar.xz
nutyx-pakxe-43dbb81fcdd8629b10e33d8229b644acc447ac25.zip
Ajout de lm_sensors#3.1.0-1
Diffstat (limited to 'base/lm_sensors')
-rw-r--r--base/lm_sensors/.footprint36
-rw-r--r--base/lm_sensors/.md5sum1
-rw-r--r--base/lm_sensors/Pkgfile20
3 files changed, 57 insertions, 0 deletions
diff --git a/base/lm_sensors/.footprint b/base/lm_sensors/.footprint
new file mode 100644
index 000000000..03dfa72a7
--- /dev/null
+++ b/base/lm_sensors/.footprint
@@ -0,0 +1,36 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/sensors.d/
+-rw-r--r-- root/root etc/sensors3.conf
+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/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/
+lrwxrwxrwx root/root usr/lib/libsensors.so -> libsensors.so.4
+lrwxrwxrwx root/root usr/lib/libsensors.so.4 -> libsensors.so.4.1.0
+-rwxr-xr-x root/root usr/lib/libsensors.so.4.1.0
+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
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man/
+drwxr-xr-x root/root usr/share/man/man/man1/
+-rw-r--r-- root/root usr/share/man/man/man1/sensors.1.gz
+drwxr-xr-x root/root usr/share/man/man/man3/
+-rw-r--r-- root/root usr/share/man/man/man3/libsensors.3.gz
+drwxr-xr-x root/root usr/share/man/man/man5/
+-rw-r--r-- root/root usr/share/man/man/man5/sensors.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man/man8/
+-rw-r--r-- root/root usr/share/man/man/man8/fancontrol.8.gz
+-rw-r--r-- root/root usr/share/man/man/man8/isadump.8.gz
+-rw-r--r-- root/root usr/share/man/man/man8/isaset.8.gz
+-rw-r--r-- root/root usr/share/man/man/man8/pwmconfig.8.gz
+-rw-r--r-- root/root usr/share/man/man/man8/sensors-detect.8.gz
diff --git a/base/lm_sensors/.md5sum b/base/lm_sensors/.md5sum
new file mode 100644
index 000000000..47ebbc17f
--- /dev/null
+++ b/base/lm_sensors/.md5sum
@@ -0,0 +1 @@
+e23130eaa46c66b861729835e08bdccf lm_sensors-3.1.0.tar.bz2
diff --git a/base/lm_sensors/Pkgfile b/base/lm_sensors/Pkgfile
new file mode 100644
index 000000000..68bec030d
--- /dev/null
+++ b/base/lm_sensors/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Collection d'outils pour la supervision du matériel
+# URL: http://dl.lm-sensors.org/lm-sensors/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: sysfsutils
+
+name=lm_sensors
+version=3.1.0
+release=1
+source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ make
+ make user_install PREFIX=/usr DESTDIR=$PKG
+ mkdir -p $PKG/usr/share/man
+ mv $PKG/usr/man $PKG/usr/share/man
+ rm -rf $PKG/usr/lib/libsensors.a
+ rm -rf $PKG/usr/include/linux
+}