libctemplate:ver. bump

This commit is contained in:
blue-devil
2020-03-20 01:52:22 +03:00
parent ee856caff6
commit 9298c8f93a
3 changed files with 29 additions and 12 deletions
+8 -3
View File
@@ -8,10 +8,15 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
NoStrip = "/"
#NoStrip = "/"
def setup():
autotools.configure()
autotools.autoreconf("-vif")
# suppress compiler warnings
pisitools.cxxflags.add("-Wno-format-truncation")
autotools.configure("--disable-static")
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -19,4 +24,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
pisitools.dodoc("README", "README.md", "COPYING")
+17 -5
View File
@@ -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>libctemplate</Name>
@@ -8,25 +8,30 @@
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.misc</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>CTemplate is a simple but powerful template language for C++.</Summary>
<Description>It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.</Description>
<Archive sha1sum="be6ba46bf64287887f9b806719a851af50f79acd" type="targz">https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz</Archive>
<Archive sha1sum="3674bbc17876e8143dafdfb7a9f0edd407300826" type="targz">https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libctemplate</Name>
<Summary>CTemplate is a simple but powerful template language for C++.</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="binary">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="binary">/usr/bin/diff_tpl_auto_escape</Path>
<Path fileType="binary">/usr/bin/make_tpl_varnames_h</Path>
<Path fileType="binary">/usr/bin/template-converter</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
@@ -42,6 +47,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-03-18</Date>
<Version>2.4</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2018-09-09</Date>
<Version>2.3</Version>
@@ -71,4 +83,4 @@
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ctemplate</Name>
<Summary xml:lang="en">CTemplate is a simple but powerful template language for C++.</Summary>
<Description xml:lang="en">It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.</Description>
<Name>libctemplate</Name>
<Summary xml:lang="tr">CTemplate C++ için basit ama çok güçlü bır taslak/şablon kitaplığıdır.</Summary>
<Description xml:lang="tr">libctemplate, C++ için basit ama çok güçlü bır taslak/şablon kitaplığı sunar.</Description>
</Source>
</PISI>
</PISI>