perl-Devel-GlobalDestruction : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:16:50 +02:00
parent ac72595ded
commit 9d4f94d6de
3 changed files with 78 additions and 0 deletions
@@ -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/copyleft/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("README*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Devel-GlobalDestruction</Name>
<Homepage>https://metacpan.org/release/Devel-GlobalDestruction</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Summary>
<Description>perl-Devel-GlobalDestruction provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Description>
<Archive sha1sum="37d791b2cb6f65499db77b8b6101234a2d385338" type="targz">https://cpan.metacpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Exporter-Progressive</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Devel-GlobalDestruction</Name>
<Summary>Devel::GlobalDestruction - Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 'DESTRUCT' for older perls.</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Sub-Exporter-Progressive</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-23</Date>
<Version>0.14</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-Devel-GlobalDestruction</Name>
<Summary xml:lang="tr">Devel::GlobalDestruction eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam döndürür.</Summary>
<Description xml:lang="tr">perl-Devel-GlobalDestruction, eski perl betikleri için ${^GLOBAL_PHASE} eq 'DESTRUCT' dengi yordam sunar.</Description>
</Source>
</PISI>