[Lunar-commits] <moonbase> grantlee: Adding to moonbase. Will be an optional_depends for kdelibs4 (4.5).

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Aug 10 13:01:32 CEST 2010


commit 68ad43b3161abfb9bae6cf812a72d2a68b256a8f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Aug 10 07:01:32 2010 -0400

    grantlee: Adding to moonbase. Will be an optional_depends for kdelibs4 (4.5).
---
 devel/grantlee/BUILD   |   14 ++++++++++++++
 devel/grantlee/DEPENDS |    2 ++
 devel/grantlee/DETAILS |   19 +++++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/devel/grantlee/BUILD b/devel/grantlee/BUILD
new file mode 100644
index 0000000..95d4fec
--- /dev/null
+++ b/devel/grantlee/BUILD
@@ -0,0 +1,14 @@
+(
+
+  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
+
+  mkdir $OOTB_DIR  &&
+  cd $OOTB_DIR     &&
+
+  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+                           -DCMAKE_BUILD_TYPE=RELEASE             \
+                           $OPTS                                 &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/devel/grantlee/DEPENDS b/devel/grantlee/DEPENDS
new file mode 100644
index 0000000..a67e7a8
--- /dev/null
+++ b/devel/grantlee/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake
+depends qt4
diff --git a/devel/grantlee/DETAILS b/devel/grantlee/DETAILS
new file mode 100644
index 0000000..2f44646
--- /dev/null
+++ b/devel/grantlee/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=grantlee
+         VERSION=v0.1.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://downloads.grantlee.org/
+        WEB_SITE=http://www.gitorious.org/grantlee/pages/Home
+      SOURCE_VFY=sha1:3dd308b2d4e5b641abfb046045e5408d1cd1c7aa
+         ENTERED=20100810
+         UPDATED=20100810
+           SHORT="plugin based String Template system"
+
+cat << EOF
+Grantlee is a plugin based String Template system written using the Qt framework.
+The goals of the project are to make it easier for application developers to
+separate the structure of documents from the data they contain, opening the door
+for theming.
+
+The syntax is intended to follow the syntax of the Django template system, and
+the design of Django is reused in Grantlee. Django is covered by a BSD style license.
+EOF


More information about the Lunar-commits mailing list