]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - lm-sensors/lm-sensors.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / lm-sensors / lm-sensors.nm
CommitLineData
4a45d509 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4a45d509
SS
4###############################################################################
5
65221806 6name = lm-sensors
6ba8bbb5 7version = 3.6.0
2fec7288 8release = 2
6ba8bbb5 9thisapp = %{name}-3-6-0
4a45d509 10
802ea3af 11groups = Applications/Statistics
6ba8bbb5 12url = https://hwmon.wiki.kernel.org
802ea3af 13license = GPLv2+
6ba8bbb5 14summary = Hardware monitoring tools
4a45d509 15
802ea3af 16description
65221806 17 The lm_sensors package includes a collection of modules for general SMBus
4a45d509 18 access and hardware monitoring.
802ea3af
MT
19end
20
6ba8bbb5 21source_dl = https://github.com/lm-sensors/lm-sensors/archive/V3-6-0/
802ea3af
MT
22
23build
24 requires
25 bison
26 flex
65221806 27 rrdtool-devel
802ea3af
MT
28 end
29
2fec7288
SS
30 make_build_targets += \
31 CFLAGS="%{CFLAGS}" \
32 LDFLAGS="%{LDFLAGS}" \
33 EXLDFLAGS="%{LDFLAGS}" \
34 BUILD_STATIC_LIB=0 \
35 PROG_EXTRA=sensord
36
6ba8bbb5
MT
37 make_install_targets += \
38 PREFIX=%{prefix} \
39 LIBDIR=%{libdir} \
40 MANDIR=%{mandir} \
6ba8bbb5 41 BUILD_STATIC_LIB=0 \
2fec7288 42 PROG_EXTRA=sensord
802ea3af
MT
43end
44
45packages
46 package %{name}
65221806
SS
47 requires
48 perl
49 rrdtool
50 end
802ea3af 51 end
1f9bc2f0 52
02a43f99
MT
53 package %{name}-devel
54 template DEVEL
55 end
56
1f9bc2f0
MT
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end