perl-xml-sax: 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:
Francois Perrad 2014-06-29 10:49:22 +02:00 committed by Thomas Petazzoni
parent d413117c41
commit 6ef07071b6
3 changed files with 23 additions and 0 deletions

View File

@ -427,6 +427,7 @@ menu "Perl libraries/modules"
source "package/perl-net-ssleay/Config.in" source "package/perl-net-ssleay/Config.in"
source "package/perl-xml-namespacesupport/Config.in" source "package/perl-xml-namespacesupport/Config.in"
source "package/perl-xml-sax-base/Config.in" source "package/perl-xml-sax-base/Config.in"
source "package/perl-xml-sax/Config.in"
endmenu endmenu
endif endif
source "package/php/Config.in" source "package/php/Config.in"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PERL_XML_SAX
bool "perl-xml-sax"
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
select BR2_PACKAGE_PERL_XML_SAX_BASE
help
Simple API for XML
https://metacpan.org/release/XML-SAX

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-xml-sax
#
################################################################################
PERL_XML_SAX_VERSION = 0.99
PERL_XML_SAX_SOURCE = XML-SAX-$(PERL_XML_SAX_VERSION).tar.gz
PERL_XML_SAX_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GR/GRANTM/
PERL_XML_SAX_DEPENDENCIES = perl perl-xml-namespacesupport perl-xml-sax-base
PERL_XML_SAX_LICENSE = Artistic or GPLv1+
PERL_XML_SAX_LICENSE_FILES = LICENSE
$(eval $(perl-package))