wok rev 22487

updated apcupsd (3.14.9 -> 3.14.14)
author Hans-G?nter Theisgen
date Tue Dec 31 13:16:39 2019 +0100 (2019-12-31)
parents e0d8b796f528
children e32fb43ef973
files apcupsd/receipt
line diff
     1.1 --- a/apcupsd/receipt	Mon Dec 30 17:42:26 2019 +0100
     1.2 +++ b/apcupsd/receipt	Tue Dec 31 13:16:39 2019 +0100
     1.3 @@ -1,34 +1,37 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apcupsd"
     1.7 -VERSION="3.14.9"
     1.8 +VERSION="3.14.14"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="APC UPS Power Management (daemon)"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +SHORT_DESC="APC UPS Power Management (daemon)."
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://www.apcupsd.com/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.apcupsd.com/"
    1.19 -WGET_URL="http://netcologne.dl.sourceforge.net/project/$PACKAGE/$PACKAGE%20-%20Stable/$VERSION/$TARBALL"
    1.20 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.21  
    1.22 -BUILD_DEPENDS="slitaz-dev-pkgs libgd-dev libgd"
    1.23 +BUILD_DEPENDS="libgd libgd-dev slitaz-dev-pkgs"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	sed -i 's/src platforms doc/src platforms/' Makefile
    1.29 -	SHUTDOWN=/sbin/poweroff ac_cv_func_setpgrp_void=yes ./configure \
    1.30 -		--enable-usb \
    1.31 -		--disable-snmp \
    1.32 -		--disable-net \
    1.33 -		--with-upstype=usb \
    1.34 -		--with-dev= \
    1.35 -		--enable-threads \
    1.36 -		--enable-cgi \
    1.37 -		--prefix=/usr \
    1.38 -		--infodir=/usr/share/info \
    1.39 -		--mandir=/usr/share/man \
    1.40 +	SHUTDOWN=/sbin/poweroff ac_cv_func_setpgrp_void=yes \
    1.41 +	./configure				\
    1.42 +		--enable-usb			\
    1.43 +		--disable-snmp			\
    1.44 +		--disable-net			\
    1.45 +		--with-upstype=usb		\
    1.46 +		--with-dev=			\
    1.47 +		--enable-threads		\
    1.48 +		--enable-cgi			\
    1.49 +		--prefix=/usr			\
    1.50 +		--infodir=/usr/share/info	\
    1.51 +		--mandir=/usr/share/man		\
    1.52  		$CONFIGURE_ARGS &&
    1.53 -	make && make install
    1.54 +	make &&
    1.55 +	make install
    1.56  
    1.57  	cook_pick_manpages $src/doc/*.5 $src/doc/*.8
    1.58  }