wok rev 24583
updated fusioninventory-agent (2.5.2 -> 2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 27 17:43:39 2022 +0100 (2022-02-27) |
parents | 3ced3a494edd |
children | 77cae427d6b7 |
files | fusioninventory-agent/description.txt fusioninventory-agent/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fusioninventory-agent/description.txt Sun Feb 27 17:43:39 2022 +0100 1.3 @@ -0,0 +1,4 @@ 1.4 +The FusionInventory agent is a generic management agent. 1.5 +It can perform a certain number of tasks, according to its own 1.6 +execution plan, or on behalf of a GLPI server with fusioninventory 1.7 +plugin, acting as a control point.
2.1 --- a/fusioninventory-agent/receipt Sun Feb 27 17:14:21 2022 +0100 2.2 +++ b/fusioninventory-agent/receipt Sun Feb 27 17:43:39 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="fusioninventory-agent" 2.7 -VERSION="2.5.2" 2.8 +VERSION="2.6" 2.9 CATEGORY="network" 2.10 SHORT_DESC="FusionInventory generic management agent." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -11,12 +11,12 @@ 2.13 TARBALL="FusionInventory-Agent-$VERSION.tar.gz" 2.14 WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL" 2.15 2.16 -DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy \ 2.17 - perl-http-server-simple perl-http-server-simple-authen perl-io-capture \ 2.18 - perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \ 2.19 - perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \ 2.20 - perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule \ 2.21 - perl-test-mockobject perl-text-template perl-universal-require perl-uri \ 2.22 +DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy 2.23 + perl-http-server-simple perl-http-server-simple-authen perl-io-capture 2.24 + perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https 2.25 + perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile 2.26 + perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule 2.27 + perl-test-mockobject perl-text-template perl-universal-require perl-uri 2.28 perl-xml-treepp" 2.29 BUILD_DEPENDS="$DEPENDS" 2.30 2.31 @@ -34,7 +34,7 @@ 2.32 2.33 perl Makefile.PL && 2.34 make && 2.35 - make DESTDIR=$DESTDIR install 2.36 + make install DESTDIR=$DESTDIR 2.37 } 2.38 2.39 # Rules to gen a SliTaz package suitable for Tazpkg.