perl-Params-Util : new pisi package

This commit is contained in:
bluedevil
2020-09-23 23:18:13 +02:00
parent 8be45dd35b
commit 0e4bbf12b8
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-Params-Util</Name>
<Homepage>https://metacpan.org/release/Params-Util</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>Simple, compact and correct param-checking functions</Summary>
<Description>perl-Params-Util is a Perl module that has simple, compact and correct param-checking functions.</Description>
<Archive sha1sum="9d5caa8988a04e0f3637b4350c365b45d062217e" type="targz">https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Params-Util</Name>
<Summary>Simple, compact and correct param-checking functions</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>1.07</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-Params-Util</Name>
<Summary xml:lang="tr">Basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları</Summary>
<Description xml:lang="tr">perl-Params-Util basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları içeren bir Perl modülüdür.</Description>
</Source>
</PISI>