diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2018-07-12 23:00:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-16 13:30:35 +0200 |
commit | 4837ab94908164c7c0f8d5f1bfe0513c5f41c79e (patch) | |
tree | 0dabe0724b571824ca9c0da9ba1afa50ff7f7608 /package/perl-net-ping | |
parent | 1c6f4985a8fb1a6f737f5ea25e2e2d411656b7f6 (diff) | |
download | buildroot-4837ab94908164c7c0f8d5f1bfe0513c5f41c79e.tar.gz buildroot-4837ab94908164c7c0f8d5f1bfe0513c5f41c79e.zip |
perl-net-ping: new package
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/perl-net-ping')
-rw-r--r-- | package/perl-net-ping/Config.in | 6 | ||||
-rw-r--r-- | package/perl-net-ping/perl-net-ping.hash | 6 | ||||
-rw-r--r-- | package/perl-net-ping/perl-net-ping.mk | 12 |
3 files changed, 24 insertions, 0 deletions
diff --git a/package/perl-net-ping/Config.in b/package/perl-net-ping/Config.in new file mode 100644 index 0000000000..a0ba7b0de1 --- /dev/null +++ b/package/perl-net-ping/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_NET_PING + bool "perl-net-ping" + help + check a remote host for reachability + + https://metacpan.org/release/Net-Ping diff --git a/package/perl-net-ping/perl-net-ping.hash b/package/perl-net-ping/perl-net-ping.hash new file mode 100644 index 0000000000..363d095386 --- /dev/null +++ b/package/perl-net-ping/perl-net-ping.hash @@ -0,0 +1,6 @@ +# retrieved by scancpan from http://cpan.metacpan.org/ +md5 0b01ada2bc588330456924393d47ed11 Net-Ping-2.68.tar.gz +sha256 d01ac2fcdf684c4a23a07104fbb147cfbdbda47fd5b660912124258f29afd7e3 Net-Ping-2.68.tar.gz + +# computed by scancpan +sha256 eb4ad254a468a977f29849efda0183f69b7f4ede0f7123e0dd5768207ee73c58 README diff --git a/package/perl-net-ping/perl-net-ping.mk b/package/perl-net-ping/perl-net-ping.mk new file mode 100644 index 0000000000..3cd4cd0b47 --- /dev/null +++ b/package/perl-net-ping/perl-net-ping.mk @@ -0,0 +1,12 @@ +################################################################################ +# +# perl-net-ping +# +################################################################################ + +PERL_NET_PING_VERSION = 2.68 +PERL_NET_PING_SOURCE = Net-Ping-$(PERL_NET_PING_VERSION).tar.gz +PERL_NET_PING_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RU/RURBAN +PERL_NET_PING_LICENSE_FILES = README + +$(eval $(perl-package)) |