wok-current 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 |
files | fusioninventory-agent/receipt perl-extutils-makemaker/receipt perl-sub-identify/receipt perl-super/receipt perl-test-mockmodule/receipt |
line diff
1.1 --- a/fusioninventory-agent/receipt Fri Oct 12 11:23:47 2018 +0200 1.2 +++ b/fusioninventory-agent/receipt Fri Oct 12 12:58:54 2018 +0200 1.3 @@ -10,11 +10,11 @@ 1.4 WEB_SITE="http://fusioninventory.org/" 1.5 WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL" 1.6 1.7 -DEPENDS="perl-file-copy-recursive perl-file-which perl-http-proxy \ 1.8 +DEPENDS="perl-extutils-makemaker perl-file-copy-recursive perl-file-which perl-http-proxy \ 1.9 perl-http-server-simple perl-http-server-simple-authen perl-io-capture \ 1.10 perl-io-socket-ssl perl-ipc-run perl-json-pp perl-lwp-protocol-https \ 1.11 perl-net-ip perl-net-snmp perl-parallel-forkmanager perl-test-compile \ 1.12 -perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockobject \ 1.13 +perl-test-deep perl-test-exception perl-test-nowarnings perl-test-mockmodule perl-test-mockobject \ 1.14 perl-text-template perl-universal-require perl-uri perl-xml-treepp" 1.15 BUILD_DEPENDS="$DEPENDS" 1.16
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/perl-extutils-makemaker/receipt Fri Oct 12 12:58:54 2018 +0200 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="perl-extutils-makemaker" 2.7 +VERSION="7.34" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="ExtUtils::MakeMaker module updates a Perl built-in extension." 2.10 +MAINTAINER="pascal.bellard@slitaz.org" 2.11 +LICENSE="GPL" 2.12 +DEPENDS="perl" 2.13 +BUILD_DEPENDS="perl" 2.14 +SOURCE="ExtUtils-MakeMaker" 2.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.16 +WEB_SITE="http://cpan.org/" 2.17 +WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/$TARBALL" 2.18 + 2.19 +# Rules to configure and make the package. 2.20 +compile_rules() 2.21 +{ 2.22 + perl Makefile.PL && 2.23 + make && 2.24 + make DESTDIR=$DESTDIR install 2.25 +} 2.26 + 2.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 +genpkg_rules() 2.29 +{ 2.30 + mkdir -p $fs/usr 2.31 + cp -a $install/usr/lib $fs/usr 2.32 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/perl-sub-identify/receipt Fri Oct 12 12:58:54 2018 +0200 3.3 @@ -0,0 +1,29 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="perl-sub-identify" 3.7 +VERSION="0.14" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Sub::Identify module is a Perl extension." 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +LICENSE="GPL" 3.12 +DEPENDS="perl" 3.13 +BUILD_DEPENDS="perl" 3.14 +SOURCE="Sub-Identify" 3.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 3.16 +WEB_SITE="http://cpan.org/" 3.17 +WGET_URL="https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/$TARBALL" 3.18 + 3.19 +# Rules to configure and make the package. 3.20 +compile_rules() 3.21 +{ 3.22 + perl Makefile.PL && 3.23 + make && 3.24 + make DESTDIR=$DESTDIR install 3.25 +} 3.26 + 3.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 +genpkg_rules() 3.29 +{ 3.30 + mkdir -p $fs/usr 3.31 + cp -a $install/usr/lib $fs/usr 3.32 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/perl-super/receipt Fri Oct 12 12:58:54 2018 +0200 4.3 @@ -0,0 +1,29 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="perl-super" 4.7 +VERSION="1.20141117" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="SUPER module is a Perl extension." 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +LICENSE="GPL" 4.12 +DEPENDS="perl" 4.13 +BUILD_DEPENDS="$DEPENDS" 4.14 +SOURCE="SUPER" 4.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 4.16 +WEB_SITE="http://cpan.org/" 4.17 +WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/$TARBALL" 4.18 + 4.19 +# Rules to configure and make the package. 4.20 +compile_rules() 4.21 +{ 4.22 + perl Makefile.PL && 4.23 + make && 4.24 + make DESTDIR=$DESTDIR install 4.25 +} 4.26 + 4.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.28 +genpkg_rules() 4.29 +{ 4.30 + mkdir -p $fs/usr 4.31 + cp -a $install/usr/lib $fs/usr 4.32 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/perl-test-mockmodule/receipt Fri Oct 12 12:58:54 2018 +0200 5.3 @@ -0,0 +1,30 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="perl-test-mockmodule" 5.7 +VERSION="0.170.0" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Test::MockModule module is a Perl extension." 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +LICENSE="GPL" 5.12 +DEPENDS="perl-super perl-test-warnings perl-sub-identify" 5.13 +BUILD_DEPENDS="$DEPENDS" 5.14 +SOURCE="Test-MockModule" 5.15 +TARBALL="$SOURCE-v$VERSION.tar.gz" 5.16 +WEB_SITE="http://cpan.org/" 5.17 +WGET_URL="https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/$TARBALL" 5.18 + 5.19 +# Rules to configure and make the package. 5.20 +compile_rules() 5.21 +{ 5.22 + perl Build.PL && 5.23 + ./Build && 5.24 + ./Build test && 5.25 + ./Build --destdir $DESTDIR install 5.26 +} 5.27 + 5.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.29 +genpkg_rules() 5.30 +{ 5.31 + mkdir -p $fs/usr 5.32 + cp -a $install/usr/lib $fs/usr 5.33 +}