From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add new package grantlee
Date: Thu, 08 Nov 2012 11:05:57 +0100 [thread overview]
Message-ID: <509B8405.1020908@gmail.com> (raw)
In-Reply-To: <1351715883-10799-1-git-send-email-mr.zoltan.gyarmati@gmail.com>
Hi,
are they any issues still with the the patch below? If not, what shall i
do to push it forward?
thx, best regards,
Zoltan Gyarmati
On 10/31/2012 09:38 PM, Zoltan Gyarmati mr.zoltan.gyarmati at gmail.com wrote:
> From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
>
>
> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
> ---
> package/Config.in | 1 +
> package/grantlee/Config.in | 9 +++++++++
> package/grantlee/grantlee.mk | 13 +++++++++++++
> 3 files changed, 23 insertions(+)
> create mode 100644 package/grantlee/Config.in
> create mode 100644 package/grantlee/grantlee.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index ab966e0..ef68b37 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -139,6 +139,7 @@ source "package/qt/Config.in"
> if BR2_PACKAGE_QT
> comment "QT libraries and helper libraries"
> source "package/qtuio/Config.in"
> +source "package/grantlee/Config.in"
> endif
>
> source "package/x11r7/Config.in"
> diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in
> new file mode 100644
> index 0000000..84afad2
> --- /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 0000000..10adfd9
> --- /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))
> +
next prev parent reply other threads:[~2012-11-08 10:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 20:38 [Buildroot] [PATCH] add new package grantlee Zoltan at osuosl.org
2012-11-08 10:05 ` Zoltan Gyarmati [this message]
2012-11-08 21:52 ` Arnout Vandecappelle
2012-11-09 8:58 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=509B8405.1020908@gmail.com \
--to=mr.zoltan.gyarmati@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.