libhtml-tree-perl_5.03.bb 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. HOMEPAGE = "http://www.cpan.org/authors/id/C/CJ/CJM/HTML-Tree-${PV}.readme"
  9. LICENSE = "Artistic-1.0 | GPL-1.0+"
  10. LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242"
  11. SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \
  12. file://bin-htmltree-fix-shebang.patch \
  13. "
  14. SRC_URI[md5sum] = "d9271d60b872ed6fbe68b2d0fe8c450e"
  15. SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f"
  16. S = "${WORKDIR}/HTML-Tree-${PV}"
  17. inherit cpan_build
  18. DEPENDS += "libmodule-build-perl-native \
  19. "
  20. RPROVIDES_${PN} = " libhtml-element-perl \
  21. libhtml-tree-assubs-perl \
  22. libhtml-tree-perl \
  23. libhtml-treebuilder-perl \
  24. "
  25. RDEPENDS_${PN} = " perl-module-b \
  26. perl-module-base \
  27. perl-module-strict \
  28. perl-module-warnings \
  29. perl-module-exporter \
  30. perl-module-carp \
  31. "
  32. BBCLASSEXTEND = "native"