# HG changeset patch # User Hans-G?nter Theisgen # Date 1645980219 -3600 # Node ID 1ce6630d50feca303a5686c8e7e720e163b3e280 # Parent 3ced3a494eddc1f6c9a1a6c71775dcd93d151c6e updated fusioninventory-agent (2.5.2 -> 2.6) diff -r 3ced3a494edd -r 1ce6630d50fe fusioninventory-agent/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fusioninventory-agent/description.txt Sun Feb 27 17:43:39 2022 +0100 @@ -0,0 +1,4 @@ +The FusionInventory agent is a generic management agent. +It can perform a certain number of tasks, according to its own +execution plan, or on behalf of a GLPI server with fusioninventory +plugin, acting as a control point. diff -r 3ced3a494edd -r 1ce6630d50fe fusioninventory-agent/receipt --- a/fusioninventory-agent/receipt Sun Feb 27 17:14:21 2022 +0100 +++ b/fusioninventory-agent/receipt Sun Feb 27 17:43:39 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="fusioninventory-agent" -VERSION="2.5.2" +VERSION="2.6" CATEGORY="network" SHORT_DESC="FusionInventory generic management agent." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,12 +11,12 @@ TARBALL="FusionInventory-Agent-$VERSION.tar.gz" WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL" -DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy \ - perl-http-server-simple perl-http-server-simple-authen perl-io-capture \ - perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \ - perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \ - perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule \ - perl-test-mockobject perl-text-template perl-universal-require perl-uri \ +DEPENDS="libwww-perl perl-file-copy-recursive perl-file-which perl-http-proxy + perl-http-server-simple perl-http-server-simple-authen perl-io-capture + perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https + perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile + perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule + perl-test-mockobject perl-text-template perl-universal-require perl-uri perl-xml-treepp" BUILD_DEPENDS="$DEPENDS" @@ -34,7 +34,7 @@ perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.