perl-Module-Build-XSUtil

This commit is contained in:
4fury-c3440d8
2023-01-08 04:22:09 +03:00
parent 5cb9ace021
commit 5ef12e19b0
2 changed files with 69 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,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Module-Build-XSUtil</Name>
<Homepage>https://metacpan.org/pod/Module::Build::XSUtil</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>A Module::Build class for building XS modules.</Summary>
<Description>Module::Build::XSUtil is subclass of Module::Build for support building XS modules.</Description>
<Archive sha1sum="30ca8525d93f74f8f8f00387dc9b4fbee3965a86" type="targz">
https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Cwd-Guard</Dependency>
<Dependency>perl-Capture-Tiny</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-File-Copy-Recursive-Reduced</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Module-Build-XSUtil</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-CheckCompiler</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
<Path fileType="data">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-19</Date>
<Version>0.19</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>