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>
This commit is contained in:
parent
6d47f90a1e
commit
fe2df45c09
@ -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"
|
||||
|
6
package/perl-time-hires/Config.in
Normal file
6
package/perl-time-hires/Config.in
Normal 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
|
3
package/perl-time-hires/perl-time-hires.hash
Normal file
3
package/perl-time-hires/perl-time-hires.hash
Normal 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
|
14
package/perl-time-hires/perl-time-hires.mk
Normal file
14
package/perl-time-hires/perl-time-hires.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user