perl-ExtUtils-MakeMaker:moved from contrib

This commit is contained in:
blue-devil
2020-01-14 21:11:54 +00:00
parent 53a7676ada
commit 876b5bd812
3 changed files with 85 additions and 0 deletions
@@ -0,0 +1,24 @@
#!/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
def setup():
perlmodules.configure()
def build():
perlmodules.make()
# tests take long time
#def check():
# perlmodules.make("test")
def install():
perlmodules.install()
# conflict: perl has a binary with the same name
pisitools.remove("/usr/bin/instmodsh")
perlmodules.removePodfiles()
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-ExtUtils-MakeMaker</Name>
<Homepage>https://metacpan.org/pod/ExtUtils::MakeMaker</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>Perl 5</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<Summary>Perl extension for creating a module Makefile</Summary>
<Description>This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.</Description>
<Archive sha1sum="0441553dc10430917382f132be3dfa167d77a030" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.42.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-ExtUtils-MakeMaker</Name>
<Summary>Perl extension for creating a module Makefile</Summary>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/perl</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-07</Date>
<Version>7.42</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-12</Date>
<Version>7.38</Version>
<Comment>First pisi 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-ExtUtils-MakeMaker</Name>
<Summary xml:lang="tr">Makefile modülü yaratabilen bir perl eklentisi</Summary>
<Description xml:lang="tr">Bu araç bir Makefile.PL dosyasından bir eklenti modülüne Makefile yaratmak için tasarlanmıstır.</Description>
</Source>
</PISI>