lm-sensors: update to 3.3.2.
This commit is contained in:
parent
fe4588b542
commit
dfa5fd88ca
2 changed files with 5 additions and 9 deletions
|
@ -1,14 +1,10 @@
|
||||||
# Template file for 'libsensors'.
|
# Template file for 'libsensors'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="Library to read temperature/voltage/fan sensors"
|
short_desc="Library to read temperature/voltage/fan sensors"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains a shared library for querying lm-sensors."
|
This package contains a shared library for querying lm-sensors."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'lm-sensors'
|
# Template file for 'lm-sensors'
|
||||||
pkgname=lm-sensors
|
pkgname=lm-sensors
|
||||||
version=3.3.1
|
version=3.3.2
|
||||||
revision=4
|
|
||||||
wrksrc="lm_sensors-${version}"
|
wrksrc="lm_sensors-${version}"
|
||||||
homepage="http://www.lm-sensors.org/"
|
homepage="http://www.lm-sensors.org/"
|
||||||
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"
|
||||||
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>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=cfcc783945f7bfd5206e73f8f9d3f353b0dbf22153c0ef2587a8d7a7be7e628f
|
checksum=f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1
|
||||||
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"
|
||||||
|
@ -17,6 +16,7 @@ conf_files="/etc/sensors3.conf"
|
||||||
subpackages="libsensors libsensors-devel"
|
subpackages="libsensors libsensors-devel"
|
||||||
|
|
||||||
Add_dependency full perl ">=0"
|
Add_dependency full perl ">=0"
|
||||||
|
Add_dependency build which
|
||||||
Add_dependency build flex
|
Add_dependency build flex
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue