initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_COOKIE_BAKER
|
||||
bool "perl-cookie-baker"
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
Cookie string generator / parser.
|
||||
|
||||
https://github.com/kazeburo/Cookie-Baker
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 bc8f95893d6ec3093a62d1957e1908f2 Cookie-Baker-0.11.tar.gz
|
||||
sha256 59275f474e07c0aa3611e3e684b894e7db913333d8214420be63f12ec18cd7ab Cookie-Baker-0.11.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-cookie-baker
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_COOKIE_BAKER_VERSION = 0.11
|
||||
PERL_COOKIE_BAKER_SOURCE = Cookie-Baker-$(PERL_COOKIE_BAKER_VERSION).tar.gz
|
||||
PERL_COOKIE_BAKER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
|
||||
PERL_COOKIE_BAKER_DEPENDENCIES = host-perl-module-build-tiny
|
||||
PERL_COOKIE_BAKER_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_COOKIE_BAKER_LICENSE_FILES = LICENSE
|
||||
PERL_COOKIE_BAKER_DISTNAME = Cookie-Baker
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user