summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-08-18 11:49:47 +0200
committerJose V Beneyto <sepen@crux.nu>2016-08-18 11:49:47 +0200
commit55dcf5a3ec51517a77787bf7bf305839758b50b8 (patch)
treeae10353262bd344e9c2c87e38cabdf19e45522f5
parentc94efc16e18fb5ab6346a448bafdb5e2052cb80c (diff)
downloadopt-55dcf5a3ec51517a77787bf7bf305839758b50b8.tar.gz
opt-55dcf5a3ec51517a77787bf7bf305839758b50b8.tar.xz
lm_sensors: update to 3.4.0, fix source url and mandir location (FS#1305)
-rw-r--r--lm_sensors/.footprint35
-rw-r--r--lm_sensors/.md5sum2
-rw-r--r--lm_sensors/Pkgfile9
3 files changed, 24 insertions, 22 deletions
diff --git a/lm_sensors/.footprint b/lm_sensors/.footprint
index dddb6c9e5..1bd0b124b 100644
--- a/lm_sensors/.footprint
+++ b/lm_sensors/.footprint
@@ -12,26 +12,27 @@ drwxr-xr-x root/root usr/include/sensors/
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.3.2
--rwxr-xr-x root/root usr/lib/libsensors.so.4.3.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
-lrwxrwxrwx root/root usr/man/man5/sensors3.conf.5.gz -> 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-conf-convert.8.gz
--rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
+lrwxrwxrwx root/root usr/lib/libsensors.so.4 -> libsensors.so.4.4.0
+-rwxr-xr-x root/root usr/lib/libsensors.so.4.4.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/man1/
+-rw-r--r-- root/root usr/share/man/man1/sensors.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/libsensors.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/sensors.conf.5.gz
+lrwxrwxrwx root/root usr/share/man/man5/sensors3.conf.5.gz -> sensors.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/fancontrol.8.gz
+-rw-r--r-- root/root usr/share/man/man8/isadump.8.gz
+-rw-r--r-- root/root usr/share/man/man8/isaset.8.gz
+-rw-r--r-- root/root usr/share/man/man8/pwmconfig.8.gz
+-rw-r--r-- root/root usr/share/man/man8/sensors-conf-convert.8.gz
+-rw-r--r-- root/root usr/share/man/man8/sensors-detect.8.gz
diff --git a/lm_sensors/.md5sum b/lm_sensors/.md5sum
index 1089528cf..b74d303bc 100644
--- a/lm_sensors/.md5sum
+++ b/lm_sensors/.md5sum
@@ -1 +1 @@
-da506dedceb41822e64865f6ba34828a lm_sensors-3.3.5.tar.bz2
+1e9f117cbfa11be1955adc96df71eadb V3-4-0.tar.gz
diff --git a/lm_sensors/Pkgfile b/lm_sensors/Pkgfile
index d607245f4..cdad3f7cb 100644
--- a/lm_sensors/Pkgfile
+++ b/lm_sensors/Pkgfile
@@ -1,18 +1,19 @@
# Description: Tools for monitoring system health (temperatures, voltages, fan speed, etc)
-# URL: http://www.lm-sensors.org
+# URL: https://github.com/groeck/lm-sensors
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: perl
# Nice to have: i2c-tools
name=lm_sensors
-version=3.3.5
+version=3.4.0
release=1
-source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
+source=(https://github.com/groeck/lm-sensors/archive/V${version//./-}.tar.gz)
build () {
- cd $name-$version
+ cd lm-sensors-${version//./-}
make install PREFIX=/usr \
ETCDIR=/usr/etc \
+ MANDIR=/usr/share/man \
DESTDIR=$PKG
}

Generated by cgit