From 351dca77fdef0d0863f28ec493e9e9dc03659086 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:19:08 +0200 Subject: [PATCH] perl-Sub-Install : new pisi package --- .../language/perl/perl-Sub-Install/actions.py | 23 ++++++++++ .../language/perl/perl-Sub-Install/pspec.xml | 43 +++++++++++++++++++ .../perl/perl-Sub-Install/translations.xml | 8 ++++ 3 files changed, 74 insertions(+) create mode 100644 programming/language/perl/perl-Sub-Install/actions.py create mode 100644 programming/language/perl/perl-Sub-Install/pspec.xml create mode 100644 programming/language/perl/perl-Sub-Install/translations.xml diff --git a/programming/language/perl/perl-Sub-Install/actions.py b/programming/language/perl/perl-Sub-Install/actions.py new file mode 100644 index 0000000000..5f82d2d1cc --- /dev/null +++ b/programming/language/perl/perl-Sub-Install/actions.py @@ -0,0 +1,23 @@ +#!/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 pisitools +from pisi.actionsapi import perlmodules + +#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-Sub-Install/pspec.xml b/programming/language/perl/perl-Sub-Install/pspec.xml new file mode 100644 index 0000000000..d6e3b0c2cb --- /dev/null +++ b/programming/language/perl/perl-Sub-Install/pspec.xml @@ -0,0 +1,43 @@ + + + + + perl-Sub-Install + https://metacpan.org/release/Sub-Install + + Pisi Linux Admins + admin@pisilinux.org + + programming.language.perl + Artistic + GPLv2 + library + Sub::Install - install subroutines into packages easily + perl-Sub-Install is a Perl module that installs subroutines into packages easily. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz + + perl + + + + perl-Sub-Install + Sub::Install - install subroutines into packages easily + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2020-09-23 + 0.928 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Sub-Install/translations.xml b/programming/language/perl/perl-Sub-Install/translations.xml new file mode 100644 index 0000000000..435958685e --- /dev/null +++ b/programming/language/perl/perl-Sub-Install/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Sub-Install + Paketlere altyordamları kolayca yüklemeye yarayan bir Perl Modülü + perl-Sub-Install, paketlere altyordamları kolayca yükleyen bir Perl modülüdür. + + \ No newline at end of file