All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-perl][PATCH] libhtml-parser-perl_3.71.bb: added
@ 2013-09-03 15:46 Emil Petersen
  2013-10-16  5:56 ` Hongxu Jia
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Petersen @ 2013-09-03 15:46 UTC (permalink / raw)
  To: openembedded-devel

HTML::Parser and RPROVIDES added

Signed-off-by: Emil Petersen <erp@movis.dk>
---
 .../libhtml-parser-perl_3.71.bb                    | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libhtml-parser-perl/libhtml-parser-perl_3.71.bb

diff --git a/meta-perl/recipes-perl/libhtml-parser-perl/libhtml-parser-perl_3.71.bb b/meta-perl/recipes-perl/libhtml-parser-perl/libhtml-parser-perl_3.71.bb
new file mode 100644
index 0000000..ad8c57a
--- /dev/null
+++ b/meta-perl/recipes-perl/libhtml-parser-perl/libhtml-parser-perl_3.71.bb
@@ -0,0 +1,29 @@
+SUMARRY = "This package contains the Parser.pm module with friends."
+AUTHOR = "Gisle Aas <gisle@activestate.com>"
+HOMEPAGE = "https://metacpan.org/release/HTML-Parser"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;md5=6c3dacf9f405c7483870ab5f148770c3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
+SRC_URI[md5sum] = "9128a45893097dfa3bf03301b19c5efe"
+SRC_URI[sha256sum] = "be918b3749d3ff93627f72ee4b825683332ecb4c81c67a3a8d72b0435ffbd802"
+
+RDEPENDS_${PN} += 'libhtml-tagset-perl libxsloader-perl'
+
+RPROVIDES_${PN} += "libhtml-entities-perl \
+                    libhtml-filter-perl \
+                    libhtml-headparser-perl \
+                    libhtml-linkextor-perl \
+                    libhtml-parser-perl \
+                    libhtml-pullparser-perl \
+                    libhtml-tokeparser-perl \
+                    "
+
+S = "${WORKDIR}/HTML-Parser-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
1.8.4.rc3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-16  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 15:46 [meta-perl][PATCH] libhtml-parser-perl_3.71.bb: added Emil Petersen
2013-10-16  5:56 ` Hongxu Jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.