diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2015-11-07 16:21:26 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-11 10:46:55 +0100 |
| commit | fc591a156abdd880b348bc9433c1d4db602a59f7 (patch) | |
| tree | ec0b0be6d9e7ce56afc61b02e75ade36779928b1 | |
| parent | 0b7a554cbb0baa2c23dd3048f9d84ad95a84fd48 (diff) | |
| download | meta-openembedded-fc591a156abdd880b348bc9433c1d4db602a59f7.tar.gz | |
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 <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 40 |
1 files changed, 40 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "HTML::TreeBuilder - Parser that builds a HTML syntax tree" | ||
| 2 | DESCRIPTION = "This distribution contains a suite of modules for representing, \ | ||
| 3 | creating, and extracting information from HTML syntax trees; there is \ | ||
| 4 | also relevent documentation. These modules used to be part of the \ | ||
| 5 | libwww-perl distribution, but are now unbundled in order to facilitate \ | ||
| 6 | a separate development track." | ||
| 7 | SECTION = "libs" | ||
| 8 | |||
| 9 | HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme" | ||
| 10 | |||
| 11 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242" | ||
| 13 | |||
| 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz" | ||
| 15 | SRC_URI[md5sum] = "d9271d60b872ed6fbe68b2d0fe8c450e" | ||
| 16 | SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/HTML-Tree-${PV}" | ||
| 19 | |||
| 20 | inherit cpan_build | ||
| 21 | |||
| 22 | DEPENDS += "libmodule-build-perl-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RPROVIDES_${PN} = " libhtml-element-perl \ | ||
| 26 | libhtml-tree-assubs-perl \ | ||
| 27 | libhtml-tree-perl \ | ||
| 28 | libhtml-treebuilder-perl \ | ||
| 29 | " | ||
| 30 | |||
| 31 | RDEPENDS_${PN} = " perl-module-b \ | ||
| 32 | perl-module-base \ | ||
| 33 | perl-module-strict \ | ||
| 34 | perl-module-warnings \ | ||
| 35 | perl-module-exporter \ | ||
| 36 | perl-module-carp \ | ||
| 37 | " | ||
| 38 | |||
| 39 | BBCLASSEXTEND = "native" | ||
| 40 | |||
