network-ups-tools: rebuild against libnet-snmp
This commit is contained in:
parent
f53f1054b3
commit
ddcfd08b13
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'network-ups-tools'
|
||||
pkgname=network-ups-tools
|
||||
version=2.7.4
|
||||
revision=10
|
||||
revision=11
|
||||
wrksrc="nut-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -13,7 +13,6 @@ configure_args="
|
|||
hostmakedepends="pkg-config"
|
||||
makedepends="avahi-libs-devel libressl-devel libusb-compat-devel neon-devel
|
||||
net-snmp-devel $(vopt_if cgi gd-devel) libltdl-devel"
|
||||
system_accounts="nut"
|
||||
conf_files="
|
||||
/etc/ups/ups.conf
|
||||
/etc/ups/upsd.users
|
||||
|
@ -23,10 +22,11 @@ conf_files="
|
|||
/etc/ups/nut.conf"
|
||||
short_desc="UPS control and monitoring features (NUT)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.networkupstools.org/"
|
||||
distfiles="${homepage}source/${version%.*}/nut-${version}.tar.gz"
|
||||
checksum=980e82918c52d364605c0703a5dcf01f74ad2ef06e3d365949e43b7d406d25a7
|
||||
system_accounts="nut"
|
||||
|
||||
nopie=yes
|
||||
build_options="cgi"
|
||||
|
|
Loading…
Reference in New Issue