* [PATCH][meta-perl] libxml-sax-writer-perl: add recipe
@ 2014-07-14 6:12 rongqing.li
2014-07-15 1:43 ` Hongxu Jia
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2014-07-14 6:12 UTC (permalink / raw)
To: openembedded-devel
From: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
.../libxml/libxml-sax-writer-perl_0.54.bb | 27 ++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
new file mode 100644
index 0000000..c7a24fc
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
@@ -0,0 +1,27 @@
+SUMMARY = "XML::SAX::Writer - SAX2 Writer"
+DESCRIPTION = "\
+XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
+strings, files, and other flat representations. It handles charset encodings, \
+XML escaping conventions, and so forth. It is still considered alpha, \
+although it has been put to limited use in settings such as XML::LibXML and \
+the AxKit XML Application Server. \
+"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPLv1+"
+HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
+DEPENDS += "libxml-filter-buffertext-perl-native"
+RDEPENDS_${PN} += "libxml-filter-buffertext-perl"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
+SRC_URI[md5sum] = "383139d76418a82b9800dc4f8b568891"
+SRC_URI[sha256sum] = "a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d"
+
+LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
+
+S = "${WORKDIR}/XML-SAX-Writer-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
+
+PACKAGE_ARCH = "all"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][meta-perl] libxml-sax-writer-perl: add recipe
2014-07-14 6:12 [PATCH][meta-perl] libxml-sax-writer-perl: add recipe rongqing.li
@ 2014-07-15 1:43 ` Hongxu Jia
0 siblings, 0 replies; 2+ messages in thread
From: Hongxu Jia @ 2014-07-15 1:43 UTC (permalink / raw)
To: openembedded-devel
Acked-by: Hongxu Jia <hongxu.jia@windriver.com>
//Hongxu
On 07/14/2014 02:12 PM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
> .../libxml/libxml-sax-writer-perl_0.54.bb | 27 ++++++++++++++++++++
> 1 file changed, 27 insertions(+)
> create mode 100644 meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
>
> diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
> new file mode 100644
> index 0000000..c7a24fc
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
> @@ -0,0 +1,27 @@
> +SUMMARY = "XML::SAX::Writer - SAX2 Writer"
> +DESCRIPTION = "\
> +XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
> +strings, files, and other flat representations. It handles charset encodings, \
> +XML escaping conventions, and so forth. It is still considered alpha, \
> +although it has been put to limited use in settings such as XML::LibXML and \
> +the AxKit XML Application Server. \
> +"
> +SECTION = "libs"
> +LICENSE = "Artistic-1.0 | GPLv1+"
> +HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
> +DEPENDS += "libxml-filter-buffertext-perl-native"
> +RDEPENDS_${PN} += "libxml-filter-buffertext-perl"
> +
> +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
> +SRC_URI[md5sum] = "383139d76418a82b9800dc4f8b568891"
> +SRC_URI[sha256sum] = "a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d"
> +
> +LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
> +
> +S = "${WORKDIR}/XML-SAX-Writer-${PV}"
> +
> +inherit cpan
> +
> +BBCLASSEXTEND = "native"
> +
> +PACKAGE_ARCH = "all"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-15 1:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 6:12 [PATCH][meta-perl] libxml-sax-writer-perl: add recipe rongqing.li
2014-07-15 1:43 ` 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.