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