diff --git a/programming/language/perl/perl-Alien-Build/actions.py b/programming/language/perl/perl-Alien-Build/actions.py new file mode 100644 index 0000000000..1ae6964104 --- /dev/null +++ b/programming/language/perl/perl-Alien-Build/actions.py @@ -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*") \ No newline at end of file diff --git a/programming/language/perl/perl-Alien-Build/pspec.xml b/programming/language/perl/perl-Alien-Build/pspec.xml new file mode 100644 index 0000000000..603b8876ee --- /dev/null +++ b/programming/language/perl/perl-Alien-Build/pspec.xml @@ -0,0 +1,51 @@ + + + + + perl-Alien-Build + https://metacpan.org/release/Alien-Build + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + Artistic + library + A perl module to build external dependencies for use in CPAN + 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. + https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-2.19.tar.gz + + perl-FFI-CheckLib + perl-File-Which + perl-File-chdir + perl-path-tiny + perl + + + + + perl-Alien-Build + A perl module to build external dependencies for use in CPAN + + perl-File-Which + perl-File-chdir + perl-path-tiny + perl + + + /usr/share/doc + /usr/share/man + /usr/lib + + + + + + 2020-04-10 + 2.19 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Alien-Build/translations.xml b/programming/language/perl/perl-Alien-Build/translations.xml new file mode 100644 index 0000000000..a0e4516a10 --- /dev/null +++ b/programming/language/perl/perl-Alien-Build/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Alien-Build + CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülü + Alien::Build, CPAN'da kullanabilmek için harici bağımlılıklar derleyebilen perl modülüdür. + + \ No newline at end of file