add new perl packages

This commit is contained in:
suvari
2020-04-09 21:07:52 +03:00
parent 77a09e1af8
commit 32eb1e7456
16 changed files with 241517 additions and 241025 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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-File-Which</Name>
<Homepage>http://search.cpan.org/dist/File-Which/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Portable Perl implementation of the "which" utility</Summary>
<Description>perl-File-Which is a Perl module that is portable implementation of the "which" utility.</Description>
<Archive sha1sum="3a1b54e0a4e470e62958749cffcf87bad027bfb4" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Script</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-File-Which</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-Script</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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>1.23</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-File-Which</Name>
<Summary xml:lang="tr">Which komutunun Perl dilinde taşınabilir bir gerçekleştirimi</Summary>
<Description xml:lang="tr">perl-File-Which, which komutunun Perl dilinde taşınabilir bir gerçekleştirimi olan bir Perl modülüdür.</Description>
</Source>
</PISI>