This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_FILE_UTIL
bool "perl-file-util"
help
Easy, versatile, portable file handling.
https://github.com/tommybutler/file-util/wiki

View File

@@ -0,0 +1,7 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 5706487ecf0daae885f709914915e832 File-Util-4.161950.tar.gz
sha256 88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee File-Util-4.161950.tar.gz
# computed by scancpan
sha256 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f COPYING
sha256 48428fd07c402ea82d3556753ca936c7030f0d7a6a93c3ef09423c36820ffb91 LICENSE

View File

@@ -0,0 +1,17 @@
################################################################################
#
# perl-file-util
#
################################################################################
PERL_FILE_UTIL_VERSION = 4.161950
PERL_FILE_UTIL_SOURCE = File-Util-$(PERL_FILE_UTIL_VERSION).tar.gz
PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY
PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
PERL_FILE_UTIL_LICENSE = Artistic or GPL-1.0+
PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE
PERL_FILE_UTIL_DISTNAME = File-Util
HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
$(eval $(perl-package))
$(eval $(host-perl-package))