perl-HTML-Template-Pro:rebuilt
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
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():
|
||||
perlmodules.make()
|
||||
@@ -22,4 +25,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README")
|
||||
pisitools.dodoc("ARTISTIC", "LGPL", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>perl-HTML-Template-Pro</Name>
|
||||
@@ -11,19 +11,21 @@
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<Archive sha1sum="493a942db702ab99be4bb075defd7452c1f407c5" type="targz">http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>perl-JSON</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-HTML-Template-Pro</Name>
|
||||
<Summary>Perl/XS module to use HTML Templates from CGI scripts</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
@@ -38,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>0.9510</Version>
|
||||
@@ -67,4 +76,4 @@
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,5 +3,6 @@
|
||||
<Source>
|
||||
<Name>perl-HTML-Template-Pro</Name>
|
||||
<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>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user