wok view fusioninventory-agent/receipt @ rev 20468

fusioninventory-agent: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 11 17:47:51 2018 +0200 (2018-10-11)
parents 1e4880cfe309
children 660220d9dba5
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-file-which perl-http-server-simple perl-io-socket-ssl perl-ipc-run \
14 perl-net-ip perl-net-snmp perl-test-deep perl-test-exception \
15 perl-test-nowarnings perl-text-template perl-universal-require perl-uri"
16 BUILD_DEPENDS="$DEPENDS"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's|/usr/local|/usr|;s|\$(PREFIX)\(/.../\)|\1|' Makefile.PL
22 perl Makefile.PL
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs/
31 }