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