perl-HTML-Template-Pro:rebuilt

This commit is contained in:
blue-devil
2020-01-14 20:13:59 +00:00
parent e0718181ea
commit 3773361130
3 changed files with 20 additions and 7 deletions
@@ -5,12 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import pisitools
def setup(): def setup():
perlmodules.configure() perlmodules.configure()
# suppress warning messages
pisitools.dosed("Makefile", "CCFLAGS = ", "CCFLAGS = -Wno-discarded-qualifiers ")
# fix runpath analysis
pisitools.dosed("Makefile", "LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "")
def build(): def build():
perlmodules.make() perlmodules.make()
@@ -22,4 +25,4 @@ def check():
def install(): def install():
perlmodules.install() perlmodules.install()
pisitools.dodoc("Changes", "README") pisitools.dodoc("ARTISTIC", "LGPL", "README")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>perl-HTML-Template-Pro</Name> <Name>perl-HTML-Template-Pro</Name>
@@ -11,19 +11,21 @@
<License>Artistic</License> <License>Artistic</License>
<License>GPLv2</License> <License>GPLv2</License>
<License>LGPLv2</License> <License>LGPLv2</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary> <Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary>
<Description>A fast and lightweight C/Perl+XS HTML Template engine implementation.</Description> <Description>A fast and lightweight C/Perl+XS HTML Template engine implementation.</Description>
<Archive sha1sum="493a942db702ab99be4bb075defd7452c1f407c5" type="targz">http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz</Archive> <Archive sha1sum="493a942db702ab99be4bb075defd7452c1f407c5" type="targz">http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>perl-JSON</Dependency> <Dependency>perl-JSON</Dependency>
<Dependency>libpcre-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>perl-HTML-Template-Pro</Name> <Name>perl-HTML-Template-Pro</Name>
<Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>libpcre</Dependency> <Dependency>libpcre</Dependency>
@@ -38,6 +40,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-01-14</Date>
<Version>0.9510</Version>
<Comment>Rebuild for new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2018-07-26</Date> <Date>2018-07-26</Date>
<Version>0.9510</Version> <Version>0.9510</Version>
@@ -67,4 +76,4 @@
<Email>marcin@pisilinux.org</Email> <Email>marcin@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -3,5 +3,6 @@
<Source> <Source>
<Name>perl-HTML-Template-Pro</Name> <Name>perl-HTML-Template-Pro</Name>
<Summary xml:lang="tr">CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modülü</Summary> <Summary xml:lang="tr">CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modülü</Summary>
<Description xml:lang="tr">perl-HTML-Template-Pro, CGI betiklerindeki HTML şablonlarını kullanabilen Perl/XS modüldür.</Description>
</Source> </Source>
</PISI> </PISI>