Import buildroot 2016.02.01
This commit is contained in:
6
firmware/buildroot/package/perl-path-tiny/Config.in
Normal file
6
firmware/buildroot/package/perl-path-tiny/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_PATH_TINY
|
||||
bool "perl-path-tiny"
|
||||
help
|
||||
File path utility
|
||||
|
||||
https://github.com/dagolden/Path-Tiny
|
||||
@@ -0,0 +1,3 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 840696b295230682c727297c87fe42d6 Path-Tiny-0.072.tar.gz
|
||||
sha256 d7507c7822d4f7f60a5329d26c8afce31022cd92d02b011e367cc6a1eeae6981 Path-Tiny-0.072.tar.gz
|
||||
13
firmware/buildroot/package/perl-path-tiny/perl-path-tiny.mk
Normal file
13
firmware/buildroot/package/perl-path-tiny/perl-path-tiny.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-path-tiny
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_PATH_TINY_VERSION = 0.072
|
||||
PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz
|
||||
PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN
|
||||
PERL_PATH_TINY_LICENSE = Apache-2.0
|
||||
PERL_PATH_TINY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user