void-packages/srcpkgs/lm-sensors/template

29 lines
845 B
Text
Raw Normal View History

# Template file for 'lm-sensors'
pkgname=lm-sensors
2011-10-08 16:57:40 +00:00
version=3.3.1
revision=4
wrksrc="lm_sensors-${version}"
2011-10-08 16:57:40 +00:00
homepage="http://www.lm-sensors.org/"
distfiles="http://dl.lm-sensors.org/$pkgname/releases/lm_sensors-$version.tar.bz2"
short_desc="Utilities to read temperature/voltage/fan sensors"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-08 16:57:40 +00:00
license="GPL-2, LGPL-2.1"
checksum=cfcc783945f7bfd5206e73f8f9d3f353b0dbf22153c0ef2587a8d7a7be7e628f
long_desc="
$pkgname provides most complete hardware health monitoring support for
Linux, in the form of kernel drivers and a user-space library"
conf_files="/etc/sensors3.conf"
subpackages="libsensors libsensors-devel"
Add_dependency full perl ">=0"
Add_dependency build flex
2011-10-08 16:57:40 +00:00
do_build() {
2011-10-08 16:57:40 +00:00
make PREFIX=/usr ${makejobs}
}
do_install() {
2011-10-08 16:57:40 +00:00
make PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${DESTDIR} install
}