From fc591a156abdd880b348bc9433c1d4db602a59f7 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Sat, 7 Nov 2015 16:21:26 +0800 Subject: libhtml-tree-perl: add version 5.03 HTML-Tree is a suite of Perl modules for making parse trees out of HTML source. Signed-off-by: Hongxu Jia Signed-off-by: Martin Jansa --- .../recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb new file mode 100644 index 0000000000..0b457e316b --- /dev/null +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb @@ -0,0 +1,40 @@ +SUMMARY = "HTML::TreeBuilder - Parser that builds a HTML syntax tree" +DESCRIPTION = "This distribution contains a suite of modules for representing, \ +creating, and extracting information from HTML syntax trees; there is \ +also relevent documentation. These modules used to be part of the \ +libwww-perl distribution, but are now unbundled in order to facilitate \ +a separate development track." +SECTION = "libs" + +HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme" + +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" + +SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz" +SRC_URI[md5sum] = "d9271d60b872ed6fbe68b2d0fe8c450e" +SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f" + +S = "${WORKDIR}/HTML-Tree-${PV}" + +inherit cpan_build + +DEPENDS += "libmodule-build-perl-native \ +" + +RPROVIDES_${PN} = " libhtml-element-perl \ + libhtml-tree-assubs-perl \ + libhtml-tree-perl \ + libhtml-treebuilder-perl \ +" + +RDEPENDS_${PN} = " perl-module-b \ + perl-module-base \ + perl-module-strict \ + perl-module-warnings \ + perl-module-exporter \ + perl-module-carp \ +" + +BBCLASSEXTEND = "native" + -- cgit 1.2.3-korg