lm_sensors: update to 3.4.0, fix source url and mandir location (FS#1305)
This commit is contained in:
parent
c94efc16e1
commit
55dcf5a3ec
@ -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
|
||||
|
@ -1 +1 @@
|
||||
da506dedceb41822e64865f6ba34828a lm_sensors-3.3.5.tar.bz2
|
||||
1e9f117cbfa11be1955adc96df71eadb V3-4-0.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user