network-ups-tools: update to 2.7.3.
This commit is contained in:
parent
0e9f27a7c4
commit
04d8c2afa6
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'network-ups-tools'
|
||||
pkgname=network-ups-tools
|
||||
version=2.7.2
|
||||
revision=7
|
||||
version=2.7.3
|
||||
revision=1
|
||||
wrksrc="nut-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sbindir=/usr/bin --sysconfdir=/etc/ups --without-doc --disable-static
|
||||
--sysconfdir=/etc/ups --without-doc --disable-static
|
||||
--datadir=/usr/share/ups --with-user=nut --with-group=nut --with-ssl
|
||||
--with-usb --without-dev --with-serial -with-avahi --with-udev-dir=/usr/lib/udev
|
||||
--without-libltdl --without-ipmi --without-freeipmi"
|
||||
--without-libltdl --without-ipmi --without-freeipmi --without-systemdsystemunitdir"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="avahi-libs-devel libressl-devel libusb-compat-devel neon-devel"
|
||||
system_accounts="nut"
|
||||
|
@ -18,23 +19,12 @@ conf_files="
|
|||
/etc/ups/upsd.conf
|
||||
/etc/ups/upssched.conf
|
||||
/etc/ups/nut.conf"
|
||||
short_desc="NUT provides UPS control and monitoring features"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
short_desc="UPS control and monitoring features"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.networkupstools.org/"
|
||||
distfiles="http://www.networkupstools.org/source/2.7/nut-$version.tar.gz"
|
||||
checksum=4d5365359b059d96dfcb77458f361a114d26c84f1297ffcd0c6c166f7200376d
|
||||
wrksrc="nut-${version}"
|
||||
|
||||
# Package build options
|
||||
build_options="systemd"
|
||||
|
||||
if [ "$build_option_systemd" ]; then
|
||||
configure_args+=" --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
makedepends+=" systemd-devel"
|
||||
else
|
||||
configure_args+=" --without-systemdsystemunitdir"
|
||||
fi
|
||||
checksum=ff44d95d06a51559a0a018eef7f8d17911c1002b6352a7d7580ff75acb12126b
|
||||
|
||||
post_install() {
|
||||
# remove unused stuff
|
||||
|
@ -64,4 +54,3 @@ network-ups-tools-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue