wok view fusioninventory-agent/receipt @ rev 20464

fusioninventory-agenti: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 11 12:59:56 2018 +0200 (2018-10-11)
parents 80a170b0fdaf
children 09b8953a7712
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 perl-io-socket-ssl perl-ipc-run perl-json perl-net-ip \
14 perl-net-snmp perl-test-deep perl-test-exception perl-test-nowarnings"
15 BUILD_DEPENDS="$DEPENDS"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|/usr/local|/usr|;s|\$(PREFIX)\(/.../\)|\1|' Makefile.PL
21 perl Makefile.PL
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs/
30 }