wok diff collectd-apache/receipt @ rev 22798
Add xsane-locales (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 27 10:39:45 2020 +0100 (2020-01-27) |
parents | e4f78af785ff |
children | 471c4bad5183 |
line diff
1.1 --- a/collectd-apache/receipt Fri Feb 15 15:54:04 2019 +0100 1.2 +++ b/collectd-apache/receipt Mon Jan 27 10:39:45 2020 +0100 1.3 @@ -1,27 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="collectd-apache" 1.7 -VERSION="5.8.1" 1.8 +VERSION="5.10.0" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Apache plugin for Collectd" 1.11 +SHORT_DESC="Apache plugin for Collectd." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="http://collectd.org" 1.15 +WEB_SITE="https://collectd.org" 1.16 + 1.17 +DEPENDS="apache libcurl" 1.18 +BUILD_DEPENDS="curl-dev" 1.19 +WANTED="collectd" 1.20 1.21 #CONFIG_FILES="/etc/collectd/collectd.conf" 1.22 -WANTED="collectd" 1.23 -DEPENDS="libcurl apache" 1.24 -BUILD_DEPENDS="curl-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --localstatedir=/var \ 1.32 - --enable-apache \ 1.33 - --disable-all-plugins \ 1.34 - --sysconfdir=/etc/collectd \ 1.35 + ./configure \ 1.36 + --prefix=/usr \ 1.37 + --localstatedir=/var \ 1.38 + --enable-apache \ 1.39 + --disable-all-plugins \ 1.40 + --sysconfdir=/etc/collectd \ 1.41 $CONFIGURE_ARGS && 1.42 make && 1.43 make DESTDIR=$DESTDIR install 1.44 @@ -31,6 +32,5 @@ 1.45 genpkg_rules() 1.46 { 1.47 mkdir -p $fs/usr/lib/collectd 1.48 - 1.49 - cp -a $install/usr/lib/collectd/*.so* $fs/usr/lib/collectd 1.50 + cp -a $install/usr/lib/collectd/*.so* $fs/usr/lib/collectd 1.51 }