lm-sensors: update to 3.2.0.
This commit is contained in:
parent
49ae27a411
commit
2f3e62d72d
3 changed files with 2 additions and 7 deletions
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
|||
This package contains the static library and header files used in
|
||||
development."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libsensors
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains a shared library for querying lm-sensors."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'lm-sensors'
|
||||
pkgname=lm-sensors
|
||||
version=3.1.2
|
||||
revision=1
|
||||
version=3.2.0
|
||||
wrksrc="lm_sensors-${version}"
|
||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
|
@ -9,7 +8,7 @@ make_build_target="all"
|
|||
make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
short_desc="Utilities to read temperature/voltage/fan sensors"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a4f9553417f4c6592e87cbcbefb04d5c16710d58fa6fd02ca46a309f3b613d6e
|
||||
checksum=bde7e1d8b473bca6528694b696668c4cd0a28515aef36b961e4f7d8a6b47e581
|
||||
long_desc="
|
||||
$pkgname provides most complete hardware health monitoring support for
|
||||
Linux, in the form of kernel drivers and a user-space library"
|
||||
|
|
Loading…
Reference in a new issue