perl-Pod-Coverage:add main repo

This commit is contained in:
alihanozturk
2016-03-27 16:40:10 +03:00
parent 6bb8456b50
commit 2be5e24884
3 changed files with 79 additions and 0 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,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Pod-Coverage</Name>
<Homepage>http://search.cpan.org/dist/Pod-Coverage/</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>Checks if the documentation of a module is comprehensive</Summary>
<Description>perl-Pod-Coverage checks if the documentation of a module is comprehensive.</Description>
<Archive sha1sum="1d235e670f478168fcbe43aeea1994536ec6e4f6" type="targz">http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/Pod-Coverage-0.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Pod-Coverage</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Devel-Symdump</Dependency>
<Dependency>perl-Test-Pod</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>2016-03-27</Date>
<Version>0.23</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>perl-Pod-Coverage</Name>
<Summary xml:lang="tr">Bir modülün belgelendirmesinin kapsamını kontrol eder</Summary>
<Description xml:lang="tr">perl-Pod-Coverage bir modülün belgelendirmesinin kapsamını kontrol eden bir Perl modülüdür.</Description>
</Source>
</PISI>