perl-Sub-Install : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:19:08 +02:00
parent c249831ba2
commit 351dca77fd
3 changed files with 74 additions and 0 deletions
@@ -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*")
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Install</Name>
<Homepage>https://metacpan.org/release/Sub-Install</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Sub::Install - install subroutines into packages easily</Summary>
<Description>perl-Sub-Install is a Perl module that installs subroutines into packages easily.</Description>
<Archive sha1sum="868c6cb4c0232d9ac3f865f232359f82012be8d6" type="targz">https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Install</Name>
<Summary>Sub::Install - install subroutines into packages easily</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.928</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-Sub-Install</Name>
<Summary xml:lang="tr">Paketlere altyordamları kolayca yüklemeye yarayan bir Perl Modülü</Summary>
<Description xml:lang="tr">perl-Sub-Install, paketlere altyordamları kolayca yükleyen bir Perl modülüdür.</Description>
</Source>
</PISI>