perl-XML-Descent.

This commit is contained in:
uglyside
2025-02-06 12:35:13 +03:00
parent 404b95eba9
commit 954310c284
2 changed files with 66 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,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-XML-Descent</Name>
<Homepage>https://github.com/AndyA/XML--Descent</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>perl Artistic</License>
<PartOf>programming.language.perl</PartOf>
<Summary>Recursive descent XML parsing.</Summary>
<Description>pass</Description>
<Archive sha1sum="2fc6982334be5ea11e6c3436e82915ccd715e452" type="targz">https://www.cpan.org/authors/id/A/AN/ANDYA/XML-Descent-1.04.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-Test-Pod</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-XML-TokeParser</Dependency>
<Dependency>perl-Test-Differences</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>perl-XML-Descent</Name>
<RuntimeDependencies>
<Dependency>perl-XML-TokeParser</Dependency>
<Dependency>perl-Test-Differences</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-02-06</Date>
<Version>1.04</Version>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>