package/perl-time-hires: New package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Bernd Kuhls 2015-04-19 12:17:00 +02:00 committed by Thomas Petazzoni
parent 6d47f90a1e
commit fe2df45c09
4 changed files with 24 additions and 0 deletions

View File

@ -517,6 +517,7 @@ menu "Perl libraries/modules"
source "package/perl-net-ssleay/Config.in"
source "package/perl-netaddr-ip/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-time-hires/Config.in"
source "package/perl-try-tiny/Config.in"
source "package/perl-xml-libxml/Config.in"
source "package/perl-xml-namespacesupport/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_TIME_HIRES
bool "perl-time-hires"
help
High resolution alarm, sleep, gettimeofday, interval timers
http://search.cpan.org/dist/Time-HiRes/HiRes.pm

View File

@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 077e5d7eda1349f98c564026603f8a0a Time-HiRes-1.9726.tar.gz
sha256 ff662ad9b1f6c75a149db7fa1bfc7a161ac8b271e5f3980345e08b734769109e Time-HiRes-1.9726.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-time-hires
#
################################################################################
PERL_TIME_HIRES_VERSION = 1.9726
PERL_TIME_HIRES_SOURCE = Time-HiRes-$(PERL_TIME_HIRES_VERSION).tar.gz
PERL_TIME_HIRES_SITE = $(BR2_CPAN_MIRROR)/authors/id/Z/ZE/ZEFRAM
PERL_TIME_HIRES_DEPENDENCIES = perl
PERL_TIME_HIRES_LICENSE = Artistic or GPLv1+
PERL_TIME_HIRES_LICENSE_FILES = README
$(eval $(perl-package))