lm-sensors: update to 3.2.0.

This commit is contained in:
Juan RP 2010-11-10 14:56:32 +01:00
parent 49ae27a411
commit 2f3e62d72d
3 changed files with 2 additions and 7 deletions

View File

@ -6,8 +6,6 @@ long_desc="${long_desc}
This package contains the static library and header files used in This package contains the static library and header files used in
development." development."
revision=1
Add_dependency run glibc-devel Add_dependency run glibc-devel
Add_dependency run libsensors Add_dependency run libsensors

View File

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains a shared library for querying lm-sensors." This package contains a shared library for querying lm-sensors."
revision=1
Add_dependency run glibc Add_dependency run glibc
do_install() do_install()

View File

@ -1,7 +1,6 @@
# Template file for 'lm-sensors' # Template file for 'lm-sensors'
pkgname=lm-sensors pkgname=lm-sensors
version=3.1.2 version=3.2.0
revision=1
wrksrc="lm_sensors-${version}" wrksrc="lm_sensors-${version}"
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2" distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
build_style=gnu_makefile build_style=gnu_makefile
@ -9,7 +8,7 @@ make_build_target="all"
make_install_args="PREFIX=/usr MANDIR=/usr/share/man" make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
short_desc="Utilities to read temperature/voltage/fan sensors" short_desc="Utilities to read temperature/voltage/fan sensors"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=a4f9553417f4c6592e87cbcbefb04d5c16710d58fa6fd02ca46a309f3b613d6e checksum=bde7e1d8b473bca6528694b696668c4cd0a28515aef36b961e4f7d8a6b47e581
long_desc=" long_desc="
$pkgname provides most complete hardware health monitoring support for $pkgname provides most complete hardware health monitoring support for
Linux, in the form of kernel drivers and a user-space library" Linux, in the form of kernel drivers and a user-space library"