generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/perl-file-util/Config.in
Normal file
6
package/perl-file-util/Config.in
Normal 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
|
||||
7
package/perl-file-util/perl-file-util.hash
Normal file
7
package/perl-file-util/perl-file-util.hash
Normal file
@ -0,0 +1,7 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 093fe77c4658f98375c7f6cc68694948 File-Util-4.201720.tar.gz
|
||||
sha256 d4491021850d5c5cbd702c7e4744858079841d2fa93f1c2d09ddc9a7863608df File-Util-4.201720.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 5f3732812570654ba911e45ec4e5f7353f4b63747ebfc506c543e8fb1ccf797f COPYING
|
||||
sha256 996b77ca668f16a443ed14758fce492bddd9f55fe831ee8353274c89191b8544 LICENSE
|
||||
17
package/perl-file-util/perl-file-util.mk
Normal file
17
package/perl-file-util/perl-file-util.mk
Normal file
@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-file-util
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_FILE_UTIL_VERSION = 4.201720
|
||||
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))
|
||||
Reference in New Issue
Block a user