blob: 487a5c22cd4634b3404a4df2e8a3cb796afefee4 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
12DEPENDS += "libxml-filter-buffertext-perl-native"
Patrick Williams213cb262021-08-07 19:21:33 -050013RDEPENDS:${PN} += "libxml-filter-buffertext-perl"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
16SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd"
17SRC_URI[sha256sum] = "3d61d07ef43b0126f5b4de4f415a256fa859fa88dc4fdabaad70b7be7c682cf0"
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"