Merge pull request #8403 from blue-devil/master

Perl-Alien-Build added
This commit is contained in:
Blue DeviL
2020-04-09 22:27:51 +00:00
committed by GitHub
7 changed files with 135 additions and 2 deletions
+50
View File
@@ -64796,6 +64796,56 @@ to create header files and sources from protocol files.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>perl-Alien-Build</Name>
<Homepage>https://metacpan.org/release/Alien-Build</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Artistic</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary xml:lang="en">A perl module to build external dependencies for use in CPAN</Summary>
<Summary xml:lang="tr">CPAN&apos;da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü</Summary>
<Description xml:lang="en">perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.</Description>
<Description xml:lang="tr">Alien::Build, CPAN&apos;da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür.</Description>
<Archive type="targz" sha1sum="7ce5afa14c517b4ad47f21602d867afdb5a87257" name="Alien-Build-2.19.tar.gz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-FFI-CheckLib</Dependency>
<Dependency>perl-File-Which</Dependency>
<Dependency>perl-File-chdir</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
<SourceURI>programming/language/perl/perl-Alien-Build/pspec.xml</SourceURI>
</Source>
<Package>
<Name>perl-Alien-Build</Name>
<Summary xml:lang="en">A perl module to build external dependencies for use in CPAN</Summary>
<RuntimeDependencies>
<Dependency>perl-File-Which</Dependency>
<Dependency>perl-File-chdir</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-10</Date>
<Version>2.19</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>perl-FFI-CheckLib</Name>
+1 -1
View File
@@ -1 +1 @@
b479dd945d1edbb3dd835b9aa889a8e5fc1d2d70
527bc5e431068e3577093893a12a7206648ffb0b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
be51445a1c7ba451d626b78fea2c2c784c3e181a
c82bf6bdb854daa22b52de2fa5d4d673f7b7521f
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Alien-Build</Name>
<Homepage>https://metacpan.org/release/Alien-Build</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>A perl module to build external dependencies for use in CPAN</Summary>
<Description>perl-Alien-Build provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime.</Description>
<Archive sha1sum="7ce5afa14c517b4ad47f21602d867afdb5a87257" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-FFI-CheckLib</Dependency>
<Dependency>perl-File-Which</Dependency>
<Dependency>perl-File-chdir</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Alien-Build</Name>
<Summary>A perl module to build external dependencies for use in CPAN</Summary>
<RuntimeDependencies>
<Dependency>perl-File-Which</Dependency>
<Dependency>perl-File-chdir</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-10</Date>
<Version>2.19</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Alien-Build</Name>
<Summary xml:lang="tr">CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü</Summary>
<Description xml:lang="tr">Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür.</Description>
</Source>
</PISI>