]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - net-snmp/net-snmp.nm
checkpolicy: Update to 2.1.8.
[people/arne_f/ipfire-3.x.git] / net-snmp / net-snmp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = net-snmp
7 version = 5.7.1
8 release = 3
9
10 groups = Networking/Daemons
11 url = http://net-snmp.sourceforge.net
12 license = BSD
13 summary = Simple Network Management Protocol Daemon.
14
15 description
16 Simple Network Management Protocol (SNMP) is a widely used protocol
17 for monitoring the health and welfare of network equipment (eg. routers),
18 computer equipment and even devices like UPSs.
19 end
20
21 source_dl = https://sourceforge.net/projects/net-snmp/files/net-snmp/%{version}/
22
23 build
24 requires
25 libselinux-devel
26 perl
27 end
28
29 PARALLELISMFLAGS = # No parallel build
30
31 configure_options += \
32 --with-default-snmp-version=2 \
33 --with-sys-contact=root@ \
34 --with-sys-location=localhost \
35 --with-logfile=/var/log/snmpd.log \
36 --with-persistent-directory=/var/net-snmp \
37 --without-perl-modules \
38 --disable-embedded-perl
39
40 install_cmds
41 mkdir -pv %{BUILDROOT}/etc
42 install -v -m644 %{DIR_APP}/python/netsnmp/tests/snmpd.conf %{BUILDROOT}/etc/snmpd.conf
43 end
44 end
45
46 packages
47 package %{name}
48 # XXX Although we don't want to build perl modules,
49 # we have this requirement?!
50 filter_requires
51 ^perl
52 end
53 end
54
55 package %{name}-libs
56 template LIBS
57 end
58
59 package %{name}-devel
60 template DEVEL
61 end
62
63 package %{name}-debuginfo
64 template DEBUGINFO
65 end
66 end