Files
2020-03-20 01:52:22 +03:00

86 lines
3.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libctemplate</Name>
<Homepage>https://github.com/OlafvdSpek/ctemplate</Homepage>
<Packager>
<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="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/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>
<Package>
<Name>libctemplate-devel</Name>
<Summary>Development files for libctemplate</Summary>
<RuntimeDependencies>
<Dependency release="current">libctemplate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</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>
<Comment>Release Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-04-30</Date>
<Version>2.3</Version>
<Comment>Release Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>2.3</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-11-22</Date>
<Version>2.3</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>