mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/perl-xml-sax-base/Config.in
Normal file
6
package/perl-xml-sax-base/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_XML_SAX_BASE
|
||||
bool "perl-xml-sax-base"
|
||||
help
|
||||
Base class for SAX Drivers and Filters.
|
||||
|
||||
https://metacpan.org/release/XML-SAX-Base
|
||||
6
package/perl-xml-sax-base/perl-xml-sax-base.hash
Normal file
6
package/perl-xml-sax-base/perl-xml-sax-base.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 ec347a14065dd7aec7d9fb181b2d7946 XML-SAX-Base-1.09.tar.gz
|
||||
sha256 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0 XML-SAX-Base-1.09.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 2a9aae56e13888493523ee9053689627e092aafcf2c5fb06f06df07260f91b42 README
|
||||
14
package/perl-xml-sax-base/perl-xml-sax-base.mk
Normal file
14
package/perl-xml-sax-base/perl-xml-sax-base.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-xml-sax-base
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_XML_SAX_BASE_VERSION = 1.09
|
||||
PERL_XML_SAX_BASE_SOURCE = XML-SAX-Base-$(PERL_XML_SAX_BASE_VERSION).tar.gz
|
||||
PERL_XML_SAX_BASE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GR/GRANTM
|
||||
PERL_XML_SAX_BASE_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_XML_SAX_BASE_LICENSE_FILES = README
|
||||
PERL_XML_SAX_BASE_DISTNAME = XML-SAX-Base
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user