xref: /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1eb8dc403SDave CobbleySUMMARY = "XML::SAX::Writer - SAX2 Writer"
2eb8dc403SDave CobbleyDESCRIPTION = "\
3eb8dc403SDave CobbleyXML::SAX::Writer helps to serialize SAX2 representations of XML documents to \
4eb8dc403SDave Cobbleystrings, files, and other flat representations. It handles charset encodings, \
5eb8dc403SDave CobbleyXML escaping conventions, and so forth. It is still considered alpha, \
6eb8dc403SDave Cobbleyalthough it has been put to limited use in settings such as XML::LibXML and \
7eb8dc403SDave Cobbleythe AxKit XML Application Server. \
8eb8dc403SDave Cobbley"
9eb8dc403SDave CobbleySECTION = "libs"
109aee5003SAndrew GeisslerLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
11*8460358cSPatrick WilliamsHOMEPAGE = "https://metacpan.org/dist/XML-SAX-Writer"
12eb8dc403SDave CobbleyDEPENDS += "libxml-filter-buffertext-perl-native"
13213cb269SPatrick WilliamsRDEPENDS:${PN} += "libxml-filter-buffertext-perl"
14eb8dc403SDave Cobbley
15*8460358cSPatrick WilliamsSRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
16eb8dc403SDave CobbleySRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0"
17eb8dc403SDave Cobbley
18eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e"
19eb8dc403SDave Cobbley
20eb8dc403SDave CobbleyS = "${WORKDIR}/XML-SAX-Writer-${PV}"
21eb8dc403SDave Cobbley
22eb8dc403SDave Cobbleyinherit cpan
23eb8dc403SDave Cobbley
24eb8dc403SDave CobbleyBBCLASSEXTEND = "native"
25