forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The host variant is useful to build some third-party packages that need this Perl module. Signed-off-by: Carlos Santos <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information
1 parent
ecdcd55
commit f1611c6
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# retrieved by scancpan from http://cpan.metacpan.org/ | ||
md5 93c572b4c54743a7ef383486dd2c4014 File-Util-4.132140.tar.gz | ||
sha256 4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1 File-Util-4.132140.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
################################################################################ | ||
# | ||
# perl-file-util | ||
# | ||
################################################################################ | ||
|
||
PERL_FILE_UTIL_VERSION = 4.132140 | ||
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 = perl host-perl-module-build | ||
PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+ | ||
PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE | ||
|
||
$(eval $(perl-package)) | ||
$(eval $(host-perl-package)) |