perl-xml-sax-base: new package
[Thomas: split from the original patch of Francois.] Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8895cb5ddf
commit
d413117c41
@ -426,6 +426,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-mojolicious/Config.in"
|
||||
source "package/perl-net-ssleay/Config.in"
|
||||
source "package/perl-xml-namespacesupport/Config.in"
|
||||
source "package/perl-xml-sax-base/Config.in"
|
||||
endmenu
|
||||
endif
|
||||
source "package/php/Config.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
|
13
package/perl-xml-sax-base/perl-xml-sax-base.mk
Normal file
13
package/perl-xml-sax-base/perl-xml-sax-base.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-xml-sax-base
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_XML_SAX_BASE_VERSION = 1.08
|
||||
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_DEPENDENCIES = perl
|
||||
PERL_XML_SAX_BASE_LICENSE = Artistic or GPLv1+
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user