perl-sys-meminfo: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: add LICENSE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
09721e4a54
commit
befb60b547
@ -495,6 +495,7 @@ F: package/perl-module-runtime/
|
||||
F: package/perl-number-bytes-human/
|
||||
F: package/perl-params-util/
|
||||
F: package/perl-sub-install/
|
||||
F: package/perl-sys-meminfo/
|
||||
|
||||
N: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
|
||||
F: package/audit/
|
||||
|
@ -722,6 +722,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-params-util/Config.in"
|
||||
source "package/perl-path-tiny/Config.in"
|
||||
source "package/perl-sub-install/Config.in"
|
||||
source "package/perl-sys-meminfo/Config.in"
|
||||
source "package/perl-time-hires/Config.in"
|
||||
source "package/perl-timedate/Config.in"
|
||||
source "package/perl-try-tiny/Config.in"
|
||||
|
10
package/perl-sys-meminfo/Config.in
Normal file
10
package/perl-sys-meminfo/Config.in
Normal file
@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PERL_SYS_MEMINFO
|
||||
bool "perl-sys-meminfo"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
query the total free and used physical memory
|
||||
|
||||
https://metacpan.org/release/Sys-MemInfo
|
||||
|
||||
comment "perl-sys-meminfo needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
6
package/perl-sys-meminfo/perl-sys-meminfo.hash
Normal file
6
package/perl-sys-meminfo/perl-sys-meminfo.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 88f0632691d7de91cbed95ba1ff29025 Sys-MemInfo-0.99.tar.gz
|
||||
sha256 0786319d3a3a8bae5d727939244bf17e140b714f52734d5e9f627203e4cf3e3b Sys-MemInfo-0.99.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 62854ade112a6782f476bdc7dc9603776c4e064782623d999f966dba131a15de LICENSE
|
13
package/perl-sys-meminfo/perl-sys-meminfo.mk
Normal file
13
package/perl-sys-meminfo/perl-sys-meminfo.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-sys-meminfo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_SYS_MEMINFO_VERSION = 0.99
|
||||
PERL_SYS_MEMINFO_SOURCE = Sys-MemInfo-$(PERL_SYS_MEMINFO_VERSION).tar.gz
|
||||
PERL_SYS_MEMINFO_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SC/SCRESTO
|
||||
PERL_SYS_MEMINFO_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_SYS_MEMINFO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user