lm-sensors: update to 3.3.3.
This commit is contained in:
parent
3946dba792
commit
98cfcd30c2
2 changed files with 12 additions and 15 deletions
|
@ -1,17 +1,14 @@
|
|||
# Template file for 'libsensors-devel'.
|
||||
#
|
||||
depends="glibc-devel libsensors"
|
||||
noarch=yes
|
||||
depends="libsensors-${version}_${revision}"
|
||||
short_desc="lm-sensors development kit"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the static library and header files used in
|
||||
development."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'lm-sensors'
|
||||
pkgname=lm-sensors
|
||||
version=3.3.2
|
||||
version=3.3.3
|
||||
revision=1
|
||||
wrksrc="lm_sensors-${version}"
|
||||
homepage="http://www.lm-sensors.org/"
|
||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
||||
makedepends="which flex"
|
||||
fulldepends="perl>=0"
|
||||
revision=2
|
||||
fulldepends="perl"
|
||||
short_desc="Utilities to read temperature/voltage/fan sensors"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1
|
||||
homepage="http://www.lm-sensors.org/"
|
||||
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
|
||||
checksum=ecc91ba3d918e96fb7d5eb9acce978af803b130e0b33b08d5ea05b2bfca84955
|
||||
long_desc="
|
||||
$pkgname provides most complete hardware health monitoring support for
|
||||
Linux, in the form of kernel drivers and a user-space library"
|
||||
|
@ -18,11 +18,11 @@ long_desc="
|
|||
conf_files="/etc/sensors3.conf"
|
||||
subpackages="libsensors libsensors-devel"
|
||||
|
||||
|
||||
do_build() {
|
||||
make PREFIX=/usr ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
|
||||
rm -f ${DESTDIR}/usr/lib/*.a
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue