Commit 062129c1 authored by Zoltan Gyarmati's avatar Zoltan Gyarmati Committed by Peter Korsgaard
Browse files

add new package grantlee

parent fc73d4d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+9 −0
Original line number Diff line number Diff line
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
+13 −0
Original line number Diff line number Diff line
#############################################################
#
# grantlee
#
#############################################################

GRANTLEE_VERSION = 0.2.0
GRANTLEE_SITE = http://downloads.grantlee.org
GRANTLEE_INSTALL_STAGING = YES
GRANTLEE_DEPENDENCIES =  qt

$(eval $(cmake-package))