# HG changeset patch # User Pascal Bellard # Date 1539336227 -7200 # Node ID 660220d9dba5194c718f34a0d9cfde552be72ebc # Parent 69aba9808052eaf5cba7c356cdb658b6a532b922 fusioninventory-agent: update bdeps diff -r 69aba9808052 -r 660220d9dba5 fusioninventory-agent/receipt --- a/fusioninventory-agent/receipt Thu Oct 11 17:47:51 2018 +0200 +++ b/fusioninventory-agent/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -10,9 +10,12 @@ WEB_SITE="http://fusioninventory.org/" WGET_URL="https://github.com/fusioninventory/$PACKAGE/releases/download/$VERSION/$TARBALL" -DEPENDS="perl-file-which perl-http-server-simple perl-io-socket-ssl perl-ipc-run \ -perl-net-ip perl-net-snmp perl-test-deep perl-test-exception \ -perl-test-nowarnings perl-text-template perl-universal-require perl-uri" +DEPENDS="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-mockobject \ +perl-text-template perl-universal-require perl-uri perl-xml-treepp" BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. diff -r 69aba9808052 -r 660220d9dba5 perl-file-copy-recursive/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-file-copy-recursive/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-file-copy-recursive" +VERSION="0.44" +CATEGORY="development" +SHORT_DESC="File::Copy::Recursive module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="File-Copy-Recursive" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/D/DM/DMUEY/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-file-which/receipt --- a/perl-file-which/receipt Thu Oct 11 17:47:51 2018 +0200 +++ b/perl-file-which/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -24,5 +24,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } diff -r 69aba9808052 -r 660220d9dba5 perl-http-proxy/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-http-proxy/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-http-proxy" +VERSION="0.304" +CATEGORY="development" +SHORT_DESC="HTTP::Proxy module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="HTTP-Proxy" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-http-server-simple-authen/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-http-server-simple-authen/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-http-server-simple-authen" +VERSION="0.04" +CATEGORY="development" +SHORT_DESC="HTTP::Server::Simple::Authen module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="HTTP-Server-Simple-Authen" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-io-capture/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-io-capture/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-io-capture" +VERSION="0.05" +CATEGORY="development" +SHORT_DESC="IO::Capture module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="IO-Capture" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/R/RE/REYNOLDS/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-json-pp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-json-pp/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-json-pp" +VERSION="2.97001" +CATEGORY="development" +SHORT_DESC="JSON::PP module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="JSON-PP" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-lwp-protocol-https/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-lwp-protocol-https/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-lwp-protocol-https" +VERSION="6.07" +CATEGORY="development" +SHORT_DESC="LWP::Protocol::https module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="LWP-Protocol-https" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-module-metadata/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-module-metadata/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-module-metadata" +VERSION="1.000033" +CATEGORY="development" +SHORT_DESC="Module::Metadata module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Module-Metadata" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-parallel-forkmanager/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-parallel-forkmanager/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-parallel-forkmanager" +VERSION="2.02" +CATEGORY="development" +SHORT_DESC="Parallel::ForkManager module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Parallel-ForkManager" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/Y/YA/YANICK/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-test-compile/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-compile/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-compile" +VERSION="1.3.0" +CATEGORY="development" +SHORT_DESC="Test::Compile module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Test-Compile" +TARBALL="$SOURCE-v$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/E/EG/EGILES/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-test-mockobject/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-mockobject/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-mockobject" +VERSION="1.20180705" +CATEGORY="development" +SHORT_DESC="Test::MockObject module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="Test-MockObject" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} diff -r 69aba9808052 -r 660220d9dba5 perl-xml-treepp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-xml-treepp/receipt Fri Oct 12 11:23:47 2018 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="perl-xml-treepp" +VERSION="0.43" +CATEGORY="development" +SHORT_DESC="XML::TreePP module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +DEPENDS="perl" +BUILD_DEPENDS="perl" +SOURCE="XML-TreePP" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="https://cpan.metacpan.org/authors/id/K/KA/KAWASAKI/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +}