new perl packages

This commit is contained in:
suvari
2020-04-09 22:25:59 +03:00
parent ecdeb82b68
commit de6f974f2a
16 changed files with 515 additions and 5 deletions
@@ -0,0 +1,22 @@
#!/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 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()
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-test-exit</Name>
<Homepage>https://metacpan.org/release/Test-Exit</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Test whether code exits without terminating testing.</Summary>
<Description>Test whether code exits without terminating testing.</Description>
<Archive sha1sum="b5896ca24bf621760036a4913f23ba3e362360a4" type="targz">https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-return-multilevel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-test-exit</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-return-multilevel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-04-09</Date>
<Version>0.097</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-test-exit</Name>
<Summary xml:lang="tr">Testi sonlandırmadan kodun çıkıp çıkmadığını test edin.</Summary>
<Description xml:lang="tr">Testi sonlandırmadan kodun çıkıp çıkmadığını test edin.</Description>
</Source>
</PISI>