libctemplate version bump

This commit is contained in:
groni
2015-11-23 15:47:45 +01:00
parent b4133f0d1f
commit 661effe03e
7 changed files with 163 additions and 2 deletions
+64
View File
@@ -6126,6 +6126,70 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libctemplate</Name>
<Homepage>https://github.com/OlafvdSpek/ctemplate</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.misc</PartOf>
<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>
<Archive type="targz" sha1sum="be6ba46bf64287887f9b806719a851af50f79acd">https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/misc/libctemplate/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libctemplate</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="binary">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libctemplate-devel</Name>
<Summary xml:lang="en">Development files for libctemplate</Summary>
<RuntimeDependencies>
<Dependency release="3">libctemplate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2015-11-22</Date>
<Version>2.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-29</Date>
<Version>2.2</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-12-05</Date>
<Version>2.2</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>iniparser</Name>
+1 -1
View File
@@ -1 +1 @@
b3bef5ed60871dad2922f2e525c9899d33434974
dc5b9a35a4c715bf99599b64bee2e549052acfb8
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
1acf8f67af4001afef82b40ef820ce403ff32444
7a68a79bc49db91ccaf9164b14733f354cf8db21
+22
View File
@@ -0,0 +1,22 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
NoStrip = "/"
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://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>
<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>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libctemplate</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="binary">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</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="3">
<Date>2015-11-22</Date>
<Version>2.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-29</Date>
<Version>2.2</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-12-05</Date>
<Version>2.2</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +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>
</Source>
</PISI>