From 04d8c2afa62be337ff006294019bd69001cc8271 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 3 Jun 2015 19:00:44 +0200 Subject: [PATCH] network-ups-tools: update to 2.7.3. --- srcpkgs/network-ups-tools/template | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/srcpkgs/network-ups-tools/template b/srcpkgs/network-ups-tools/template index efed20aa7e7..9f67b307cec 100644 --- a/srcpkgs/network-ups-tools/template +++ b/srcpkgs/network-ups-tools/template @@ -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 " +short_desc="UPS control and monitoring features" +maintainer="Juan RP " 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" } } -