summaryrefslogtreecommitdiffstats
path: root/package/grantlee
diff options
context:
space:
mode:
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>2012-10-31 10:38:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-09 09:56:58 +0100
commit062129c16eeea69c72d7d65b109bc7667449cb71 (patch)
tree14d0d5a9daf02874fc37b3e3c1705709c8b76aa9 /package/grantlee
parentfc73d4d262bd9c1ba6f6874f93513d9ca56a1ddb (diff)
downloadbuildroot-novena-062129c16eeea69c72d7d65b109bc7667449cb71.tar.gz
buildroot-novena-062129c16eeea69c72d7d65b109bc7667449cb71.zip
add new package grantlee
[Peter: sort alphabetically in Config.in] Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/grantlee')
-rw-r--r--package/grantlee/Config.in9
-rw-r--r--package/grantlee/grantlee.mk13
2 files changed, 22 insertions, 0 deletions
diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in
new file mode 100644
index 000000000..84afad207
--- /dev/null
+++ b/package/grantlee/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_GRANTLEE
+ bool "grantlee"
+ select BR2_PACKAGE_QT_STL
+ select BR2_PACKAGE_QT_SCRIPT
+ select BR2_PACKAGE_QT_GUI_MODULE
+ help
+ Qt implemantation of the Django template framework
+
+ http://www.grantlee.org
diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk
new file mode 100644
index 000000000..10adfd929
--- /dev/null
+++ b/package/grantlee/grantlee.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# grantlee
+#
+#############################################################
+
+GRANTLEE_VERSION = 0.2.0
+GRANTLEE_SITE = http://downloads.grantlee.org
+GRANTLEE_INSTALL_STAGING = YES
+GRANTLEE_DEPENDENCIES = qt
+
+$(eval $(cmake-package))
+