wok view fusioninventory-agent/receipt @ rev 20470

fusioninventory-agent: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 12 12:58:54 2018 +0200 (2018-10-12)
parents 660220d9dba5
children 7423cf91a25b
line source
1 # SliTaz package receipt.
3 PACKAGE="fusioninventory-agent"
4 VERSION="2.4.2"
5 CATEGORY="network"
6 SHORT_DESC="FusionInventory generic management agent"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="FusionInventory-Agent-$VERSION.tar.gz"
10 WEB_SITE="http://fusioninventory.org/"
11 WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL"
13 DEPENDS="perl-extutils-makemaker perl-file-copy-recursive perl-file-which perl-http-proxy \
14 perl-http-server-simple perl-http-server-simple-authen perl-io-capture \
15 perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \
16 perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \
17 perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule perl-test-mockobject \
18 perl-text-template perl-universal-require perl-uri perl-xml-treepp"
19 BUILD_DEPENDS="$DEPENDS"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 sed -i 's|/usr/local|/usr|;s|\$(PREFIX)\(/.../\)|\1|' Makefile.PL
25 perl Makefile.PL
26 make &&
27 make DESTDIR=$DESTDIR install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/* $fs/
34 }