2013-09-29 16:18:53 +00:00
|
|
|
# Template file for 'network-ups-tools'
|
|
|
|
pkgname=network-ups-tools
|
|
|
|
version=2.6.5
|
2013-10-01 02:08:26 +00:00
|
|
|
revision=2
|
2013-09-29 16:18:53 +00:00
|
|
|
build_style=gnu-configure
|
2013-10-01 02:08:26 +00:00
|
|
|
configure_args="
|
|
|
|
--sbindir=/usr/bin --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
|
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system"
|
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="avahi-libs-devel openssl-devel libusb-compat-devel systemd-devel neon-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="shadow"
|
|
|
|
system_accounts="nut"
|
|
|
|
conf_files="
|
|
|
|
/etc/ups/ups.conf
|
|
|
|
/etc/ups/upsd.users
|
|
|
|
/etc/ups/upsmon.conf
|
|
|
|
/etc/ups/upsd.conf
|
|
|
|
/etc/ups/upssched.conf
|
|
|
|
/etc/ups/nut.conf"
|
2013-09-29 16:18:53 +00:00
|
|
|
short_desc="NUT provides UPS control and monitoring features"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.networkupstools.org/"
|
|
|
|
distfiles="http://www.networkupstools.org/source/2.6/nut-$version.tar.gz"
|
|
|
|
checksum=618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f
|
|
|
|
wrksrc="nut-${version}"
|
|
|
|
|
2013-10-01 02:08:26 +00:00
|
|
|
post_install() {
|
|
|
|
# remove unused stuff
|
|
|
|
rm -rf ${DESTDIR}/usr/{include,html,cgi-bin,lib/pkgconfig}
|
|
|
|
# Prepare configuration files
|
|
|
|
for f in ups upsd upsmon upssched nut; do
|
|
|
|
mv ${DESTDIR}/etc/ups/${f}.conf{.sample,}
|
|
|
|
done
|
|
|
|
mv ${DESTDIR}/etc/ups/upsd.users{.sample,}
|
|
|
|
}
|