blob: 3caba6bc3e9183b6ec4197340163afa09ff8e452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUMMARY = "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."
HOMEPAGE = "https://code.google.com/p/ctemplate/"
LICENSE = "GOOGLE-NEW-BSD"
SECTION = "libs"
inherit autotools pkgconfig
LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
BBCLASSEXTEND = "native nativesdk"
|