diff --git a/pisi-index.xml b/pisi-index.xml index a1b0518a83..0b6f982863 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -6126,6 +6126,70 @@ + + + libctemplate + https://github.com/OlafvdSpek/ctemplate + + Pisi Linux Community + admins@pisilinux.org + + BSD + library + programming.misc + CTemplate is a simple but powerful template language for C++. + It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. + https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz + + glibc-devel + + programming/misc/libctemplate/pspec.xml + + + libctemplate + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libctemplate-devel + Development files for libctemplate + + libctemplate + + + /usr/include + + + + + 2015-11-22 + 2.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-29 + 2.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-05 + 2.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + iniparser diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8b42b8c80d..1a5aecf38c 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -b3bef5ed60871dad2922f2e525c9899d33434974 \ No newline at end of file +dc5b9a35a4c715bf99599b64bee2e549052acfb8 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f5c348a83f..88a2e75a1c 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index ddd2a6543b..5c22fd4ac0 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -1acf8f67af4001afef82b40ef820ce403ff32444 \ No newline at end of file +7a68a79bc49db91ccaf9164b14733f354cf8db21 \ No newline at end of file diff --git a/programming/misc/libctemplate/actions.py b/programming/misc/libctemplate/actions.py new file mode 100644 index 0000000000..25538c29a4 --- /dev/null +++ b/programming/misc/libctemplate/actions.py @@ -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") diff --git a/programming/misc/libctemplate/pspec.xml b/programming/misc/libctemplate/pspec.xml new file mode 100644 index 0000000000..541571476d --- /dev/null +++ b/programming/misc/libctemplate/pspec.xml @@ -0,0 +1,67 @@ + + + + + libctemplate + https://github.com/OlafvdSpek/ctemplate + + Pisi Linux Community + admins@pisilinux.org + + BSD + library + CTemplate is a simple but powerful template language for C++. + It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. + https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz + + glibc-devel + + + + + libctemplate + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + libctemplate-devel + Development files for libctemplate + + libctemplate + + + /usr/include + + + + + + 2015-11-22 + 2.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-29 + 2.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-05 + 2.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/programming/misc/libctemplate/translations.xml b/programming/misc/libctemplate/translations.xml new file mode 100644 index 0000000000..5221d0b70c --- /dev/null +++ b/programming/misc/libctemplate/translations.xml @@ -0,0 +1,8 @@ + + + + ctemplate + CTemplate is a simple but powerful template language for C++. + It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. + +