From patchwork Mon Oct 29 21:51:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zoltan Gyarmati X-Patchwork-Id: 195140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id CF2D92C008B for ; Tue, 30 Oct 2012 08:52:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 43C978C156; Mon, 29 Oct 2012 21:52:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y4oXP-mSRatn; Mon, 29 Oct 2012 21:52:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3607C8C0DF; Mon, 29 Oct 2012 21:52:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3CD2E8F783 for ; Mon, 29 Oct 2012 21:52:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8EFA78C0DF for ; Mon, 29 Oct 2012 21:52:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vszNc44Jz7uu for ; Mon, 29 Oct 2012 21:52:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4F0008C0A8 for ; Mon, 29 Oct 2012 21:52:03 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id w5so2281556bku.16 for ; Mon, 29 Oct 2012 14:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3mV7aLJDvjbBgW7j+fEGL3EpSyBzddoP8G/uHWasAv8=; b=NILChQLORtQwHZ/eTd3jPlQEokVXzUqEjxrhlZUkU/iDfwGMyAfVPuk+X0DEFj3Ohw Vtg9pmMFHSqqLiak6C4C1OFGe5a7rIMHS9hPgbC/WqO8SBOhlEhgTmB9SZYHRKyyHdX9 XKg4v3SzpwRV+oTbTpvPAsgFme/S2yJ5nskfdYBHqYiaGdRzZ9VvYukVGS9GsC6IMjm0 is8oHoSr8GeBZnBgSnyj4zMKr3H6fqdVfZEOEht1sEy+ejei//kmsKoEHmdPMT2t3Ewq YNix4K5eKTWV+vYpozPTwbWd9Di18sraUsx3ElepaJbgx+BZBncZlRrm+bLZC0V1AOBI MmWg== Received: by 10.205.126.16 with SMTP id gu16mr9349691bkc.67.1351547521387; Mon, 29 Oct 2012 14:52:01 -0700 (PDT) Received: from [192.168.1.25] (f053224176.adsl.alicedsl.de. [78.53.224.176]) by mx.google.com with ESMTPS id 1sm4985704bks.3.2012.10.29.14.51.59 (version=SSLv3 cipher=OTHER); Mon, 29 Oct 2012 14:51:59 -0700 (PDT) Message-ID: <508EFA6D.7000404@gmail.com> Date: Mon, 29 Oct 2012 22:51:41 +0100 From: Zoltan Gyarmati User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: buildroot@busybox.net Subject: [Buildroot] [PATCH] grantlee: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Support for the Grantlee library Grantlee is a Qt implementation of the Django template system, see here: http://www.gitorious.org/grantlee/pages/Home (it's my first patch to buildroot, so please let me know any notes, thx) Signed-off-by: "Zoltan Gyarmati" --- package/Config.in | 1 + package/grantlee/Config.in | 8 ++++++++ package/grantlee/grantlee.mk | 14 ++++++++++++++ 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..6e3b80d --- /dev/null +++ b/package/grantlee/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_GRANTLEE + bool "grantlee" + depends on BR2_PACKAGE_QT + select BR2_PACKAGE_QT_STL + help + Qt implemantation of the Django template framework + + http://www.grantlee.org/apidox diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk new file mode 100644 index 0000000..9264f80 --- /dev/null +++ b/package/grantlee/grantlee.mk @@ -0,0 +1,14 @@ +############################################################# +# +# grantlee +# +############################################################# + +GRANTLEE_VERSION = 0.2.0 +GRANTLEE_SITE = http://downloads.grantlee.org/ +GRANTLEE_INSTALL_STAGING = YES +GRANTLEE_INSTALL_TARGET = YES +GRANTLEE_DEPENDENCIES = host-pkg-config qt + +$(eval $(cmake-package)) +