perl-Sub-Exporter-Progressive : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:18:55 +02:00
parent 77cfeff728
commit c249831ba2
3 changed files with 75 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,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Sub-Exporter-Progressive</Name>
<Homepage>https://metacpan.org/release/Sub-Exporter-Progressive</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</Summary>
<Description>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them.</Description>
<Archive sha1sum="4ee0cf333cfb482f71f052ccdd3a3bcefaa291f7" type="targz">https://cpan.metacpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Sub-Exporter-Progressive</Name>
<Summary>perl-Sub-Exporter-Progressive is a Sub::Exporter wrapper</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.001013</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-Exporter-Progressive</Name>
<Summary xml:lang="tr">Sub-Exporter için sarmalayıcı perl modülü</Summary>
<Description xml:lang="tr">perl-Sub-Exporter-Progressive, Sub-Exporter için sarmalayıcı perl modülü içerir.</Description>
</Source>
</PISI>