perl-File-Slurper:first pisi release

This commit is contained in:
blue-devil
2020-02-12 23:27:56 +03:00
parent 94c24c1d17
commit d0831ae576
3 changed files with 79 additions and 0 deletions
@@ -0,0 +1,25 @@
#!/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 perlmodules
from pisi.actionsapi import pisitools
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()
pisitools.dodoc("LICENSE", "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-File-Slurper</Name>
<Homepage>https://metacpan.org/release/File-Slurper</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perlv5</License>
<IsA>library</IsA>
<Summary>A simple, sane and efficient module to slurp a file</Summary>
<Description>perl-File-Slurper, provides a simple, sane and efficient module to slurp a file.</Description>
<Archive sha1sum="9bae724ae9f9e9f79522186564b4cbe2697d1709" type="targz">https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<!-- test dependencies -->
<Dependency>perl-Test-Warnings</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-File-Slurper</Name>
<Summary>A simple, sane and efficient module to slurp a file</Summary>
<RuntimeDependencies>
<Dependency>perl</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-02-12</Date>
<Version>0.012</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-File-Slurper</Name>
<Summary xml:lang="tr">Bir dosyayı indirmek için iyi ve verimli bir perl modülüdür.</Summary>
<Description xml:lang="tr">perl-File-Slurper Bir dosyayı indirmek için iyi ve verimli bir perl modülü sunar.</Description>
</Source>
</PISI>