perl-XML-Filter-BufferText

This commit is contained in:
4fury-c3440d8
2023-01-08 04:23:44 +03:00
parent 5ef12e19b0
commit ab9962266a
2 changed files with 65 additions and 0 deletions
@@ -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()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-XML-Filter-BufferText</Name>
<Homepage>https://metacpan.org/pod/XML::Filter::BufferText</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Filter to put all characters() in one event</Summary>
<Description>This module does the trivial but oft-repeated task of putting all characters into a single event.</Description>
<Archive sha1sum="32ada41fb4d8843c1e587945279535e5cbf44cf1" type="targz">
http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-1.01.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-XML-SAX</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-XML-Filter-BufferText</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-XML-SAX</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-08</Date>
<Version>1.01</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>