lm-sensors: update to 3.3.3.

This commit is contained in:
Juan RP 2012-11-13 11:34:07 +01:00
parent 3946dba792
commit 98cfcd30c2
2 changed files with 12 additions and 15 deletions

View file

@ -1,17 +1,14 @@
# Template file for 'libsensors-devel'. # Template file for 'libsensors-devel'.
# #
depends="glibc-devel libsensors" noarch=yes
depends="libsensors-${version}_${revision}"
short_desc="lm-sensors development kit" short_desc="lm-sensors development kit"
long_desc="${long_desc} 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."
do_install() {
do_install() vmove usr/include usr
{ vmove usr/share/man/man3 usr/share/man
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
} }

View file

@ -1,16 +1,16 @@
# Template file for 'lm-sensors' # Template file for 'lm-sensors'
pkgname=lm-sensors pkgname=lm-sensors
version=3.3.2 version=3.3.3
revision=1
wrksrc="lm_sensors-${version}" 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" makedepends="which flex"
fulldepends="perl>=0" fulldepends="perl"
revision=2
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=f13dd885406841a7352ccfb8b9ccb23c4c057abe3de4258da5444c149a9e3ae1 homepage="http://www.lm-sensors.org/"
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
checksum=ecc91ba3d918e96fb7d5eb9acce978af803b130e0b33b08d5ea05b2bfca84955
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"
@ -18,11 +18,11 @@ long_desc="
conf_files="/etc/sensors3.conf" conf_files="/etc/sensors3.conf"
subpackages="libsensors libsensors-devel" subpackages="libsensors libsensors-devel"
do_build() { do_build() {
make PREFIX=/usr ${makejobs} make PREFIX=/usr ${makejobs}
} }
do_install() { do_install() {
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
rm -f ${DESTDIR}/usr/lib/*.a
} }