perl-* rebuild
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Devel-Symdump</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -28,6 +29,7 @@
|
||||
<Summary>Checks if the documentation of a module is comprehensive</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Pod-Parser</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Devel-Symdump</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
@@ -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/licenses/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("README*")
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Pod-Parser</Name>
|
||||
<Homepage>https://metacpan.org/release/Pod-Parser</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Modules for parsing/translating POD format documents</Summary>
|
||||
<Icon>perl-Pod-Parser</Icon>
|
||||
<Description>Modules for parsing/translating POD format documents</Description>
|
||||
<Archive sha1sum="a18088822a8b40f3d6f00786a28cd727995c42ef" type="targz">https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Parser-1.67.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>perl-Pod-Parser.patch</Patch>
|
||||
<Patch level="1">perl-Pod-Parser.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Pod-Parser</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-05-15</Date>
|
||||
<Version>1.67</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Pod-Parser</Name>
|
||||
<Summary xml:lang="tr">Modules for parsing/translating POD format documents</Summary>
|
||||
<Description xml:lang="tr">Modules for parsing/translating POD format documents</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user