From: Zoltan Gyarmati Date: Wed, 31 Oct 2012 10:38:03 +0000 (+0000) Subject: add new package grantlee X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=062129c16eeea69c72d7d65b109bc7667449cb71;p=buildroot.git add new package grantlee [Peter: sort alphabetically in Config.in] Signed-off-by: Zoltan Gyarmati Acked-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- diff --git a/package/Config.in b/package/Config.in index 2ab6b6e681..074e9dfdeb 100644 --- a/package/Config.in +++ b/package/Config.in @@ -138,6 +138,7 @@ source "package/qt/Config.in" if BR2_PACKAGE_QT comment "QT libraries and helper libraries" +source "package/grantlee/Config.in" source "package/qextserialport/Config.in" source "package/qtuio/Config.in" endif diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in new file mode 100644 index 0000000000..84afad207a --- /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 0000000000..10adfd9298 --- /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)) +