perl-xml-libxml: 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:34 +02:00 committed by Thomas Petazzoni
parent 6ef07071b6
commit 0f2faf78a5
3 changed files with 25 additions and 0 deletions

View File

@ -425,6 +425,7 @@ if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-ssleay/Config.in"
source "package/perl-xml-libxml/Config.in"
source "package/perl-xml-namespacesupport/Config.in"
source "package/perl-xml-sax-base/Config.in"
source "package/perl-xml-sax/Config.in"

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_XML_LIBXML
bool "perl-xml-libxml"
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
select BR2_PACKAGE_PERL_XML_SAX
help
Interface to Gnome libxml2 xml parsing and DOM library
https://bitbucket.org/shlomif/perl-xml-libxml

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-xml-libxml
#
################################################################################
PERL_XML_LIBXML_VERSION = 2.0116
PERL_XML_LIBXML_SOURCE = XML-LibXML-$(PERL_XML_LIBXML_VERSION).tar.gz
PERL_XML_LIBXML_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SH/SHLOMIF/
PERL_XML_LIBXML_DEPENDENCIES = perl zlib libxml2 perl-xml-sax perl-xml-namespacesupport
PERL_XML_LIBXML_LICENSE = Artistic or GPLv1+
PERL_XML_LIBXML_LICENSE_FILES = LICENSE
$(eval $(perl-package))