wok rev 24430
updated collectd-apache and collectd-dev (5.10.0 -> 5.12.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 12 16:39:44 2022 +0100 (2022-02-12) |
parents | fffdfda5962b |
children | 5e0b3308e1ad |
files | collectd-apache/receipt collectd-dev/receipt collectd/receipt |
line diff
1.1 --- a/collectd-apache/receipt Sat Feb 12 15:50:46 2022 +0100 1.2 +++ b/collectd-apache/receipt Sat Feb 12 16:39:44 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="collectd-apache" 1.7 -VERSION="5.10.0" 1.8 +VERSION="5.12.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Apache plugin for Collectd." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/collectd-dev/receipt Sat Feb 12 15:50:46 2022 +0100 2.2 +++ b/collectd-dev/receipt Sat Feb 12 16:39:44 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="collectd-dev" 2.7 -VERSION="5.10.0" 2.8 +VERSION="5.12.0" 2.9 CATEGORY="network" 2.10 SHORT_DESC="System Statistics Collection Daemon - development files." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -14,9 +14,7 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/lib 2.17 - 2.18 - cp -a $install/usr/include $fs/usr 2.19 - cp -a $install/usr/lib/*.*a $fs/usr/lib 2.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 2.21 + cook_copy_folders include 2.22 + cook_copy_folders pkgconfig 2.23 + cook_copy_files *.*a 2.24 }
3.1 --- a/collectd/receipt Sat Feb 12 15:50:46 2022 +0100 3.2 +++ b/collectd/receipt Sat Feb 12 16:39:44 2022 +0100 3.3 @@ -11,7 +11,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WGET_URL="https://collectd.org/files/$TARBALL" 3.6 3.7 -DEPENDS="perl rrdtool" 3.8 +DEPENDS="flex perl rrdtool" 3.9 BUILD_DEPENDS="rrdtool-dev slitaz-toolchain" 3.10 3.11 CONFIG_FILES="/etc/collectd/collectd.conf"