wok diff nut/receipt @ rev 15425
Up: thunderbird-langpack-pt_PT (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:50 2013 +0100 (2013-11-03) |
parents | 81cc5efd0446 |
children | 1ce2bddf323b |
line diff
1.1 --- a/nut/receipt Thu Mar 07 20:38:21 2013 -0800 1.2 +++ b/nut/receipt Sun Nov 03 21:52:50 2013 +0100 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Network UPS Tools." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.networkupstools.org" 1.10 WGET_URL="$WEB_SITE/source/${VERSION%.*}/$TARBALL" 1.11 +CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ 1.12 +/etc/upsmon.conf /etc/upssched.conf" 1.13 + 1.14 DEPENDS="libusb libusb-compat expat neon zlib libssl libwrap" 1.15 BUILD_DEPENDS="libusb-dev libusb-compat-dev expat-dev neon-dev zlib-dev \ 1.16 openssl-dev libwrap-dev" 1.17 -CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ 1.18 -/etc/upsmon.conf /etc/upssched.conf" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules()