summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb')
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb25
1 files changed, 25 insertions, 0 deletions
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 000000000..914c20801
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb
@@ -0,0 +1,25 @@
1SUMMARY = "XML::SAX::Writer - SAX2 Writer"
2DESCRIPTION = "\
3XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
4strings, files, and other flat representations. It handles charset encodings, \
5XML escaping conventions, and so forth. It is still considered alpha, \
6although it has been put to limited use in settings such as XML::LibXML and \
7the AxKit XML Application Server. \
8"
9SECTION = "libs"
10LICENSE = "Artistic-1.0 | GPLv1+"
11HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
12DEPENDS += "libxml-filter-buffertext-perl-native"
13RDEPENDS_${PN} += "libxml-filter-buffertext-perl"
14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
16SRC_URI[md5sum] = "383139d76418a82b9800dc4f8b568891"
17SRC_URI[sha256sum] = "a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d"
18
19LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
20
21S = "${WORKDIR}/XML-SAX-Writer-${PV}"
22
23inherit cpan
24
25BBCLASSEXTEND = "native"