perl-Alien-Build:first pisi rel
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user