diff --git a/programming/language/perl/perl-XML-SAX-Writer/actions.py b/programming/language/perl/perl-XML-SAX-Writer/actions.py new file mode 100644 index 0000000000..8019e781c5 --- /dev/null +++ b/programming/language/perl/perl-XML-SAX-Writer/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import perlmodules + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() diff --git a/programming/language/perl/perl-XML-SAX-Writer/pspec.xml b/programming/language/perl/perl-XML-SAX-Writer/pspec.xml new file mode 100644 index 0000000000..5a641c35f5 --- /dev/null +++ b/programming/language/perl/perl-XML-SAX-Writer/pspec.xml @@ -0,0 +1,52 @@ + + + + + perl-XML-SAX-Writer + https://metacpan.org/pod/XML::SAX::Writer + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + SAX2 Writer + Perl SAX is a common parser interface for XML parsers. It allows to write applications that use XML parsers. + + https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-0.57.tar.gz + + + perl + perl-XML-SAX + perl-Text-Iconv + perl-XML-NamespaceSupport + perl-XML-Filter-BufferText + + + + + perl-XML-SAX-Writer + + perl + perl-XML-SAX + perl-Text-Iconv + perl-XML-NamespaceSupport + perl-XML-Filter-BufferText + + + /usr/lib + /usr/share/man + + + + + + 2023-01-08 + 0.57 + First build. + fury + uglyside@yandex.ru + + +