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>
This commit is contained in:
parent
fc73d4d262
commit
062129c16e
@ -138,6 +138,7 @@ source "package/qt/Config.in"
|
|||||||
|
|
||||||
if BR2_PACKAGE_QT
|
if BR2_PACKAGE_QT
|
||||||
comment "QT libraries and helper libraries"
|
comment "QT libraries and helper libraries"
|
||||||
|
source "package/grantlee/Config.in"
|
||||||
source "package/qextserialport/Config.in"
|
source "package/qextserialport/Config.in"
|
||||||
source "package/qtuio/Config.in"
|
source "package/qtuio/Config.in"
|
||||||
endif
|
endif
|
||||||
|
9
package/grantlee/Config.in
Normal file
9
package/grantlee/Config.in
Normal file
@ -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
|
13
package/grantlee/grantlee.mk
Normal file
13
package/grantlee/grantlee.mk
Normal file
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user