[Lunar-commits] <moonbase> grails-bin: Initial import. Groovy and java based webframework
Stefan Wold
ratler at lunar-linux.org
Thu Aug 28 17:47:47 CEST 2008
commit 50bb0688dc008734a1fa50b79d2ea9e44e2a5ef1
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu Aug 28 17:47:47 2008 +0200
grails-bin: Initial import. Groovy and java based webframework
---
java/grails-bin/BUILD | 9 +++++++++
java/grails-bin/DEPENDS | 1 +
java/grails-bin/DETAILS | 16 ++++++++++++++++
java/grails-bin/profile.d/grails.rc | 2 ++
4 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/java/grails-bin/BUILD b/java/grails-bin/BUILD
new file mode 100644
index 0000000..2c16dec
--- /dev/null
+++ b/java/grails-bin/BUILD
@@ -0,0 +1,9 @@
+(
+
+ prepare_install &&
+ mkdir -p /opt/lunar/grails &&
+
+ cp -R ant bin build.properties build.xml conf dist lib scripts src /opt/lunar/grails/ &&
+ chmod +x /opt/lunar/grails/bin/*
+
+) > $C_FIFO 2>&1
diff --git a/java/grails-bin/DEPENDS b/java/grails-bin/DEPENDS
new file mode 100644
index 0000000..a2a3495
--- /dev/null
+++ b/java/grails-bin/DEPENDS
@@ -0,0 +1 @@
+depends %JAVA_SDK
diff --git a/java/grails-bin/DETAILS b/java/grails-bin/DETAILS
new file mode 100644
index 0000000..a7c9e64
--- /dev/null
+++ b/java/grails-bin/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=grails-bin
+ VERSION=1.0.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://dist.codehaus.org/grails/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/grails-$VERSION
+ SOURCE_VFY=sha1:001a0b7106a54a30929b7a40c77d0b92fcb9eafb
+ WEB_SITE="http://grails.codehaus.org/"
+ ENTERED=20080828
+ UPDATED=20080828
+ SHORT="An open-source web application framework based on groovy and java"
+cat <<EOF
+It's an open-source web application framework that leverages the Groovy
+language and complements Java Web development. You can use Grails
+as a standalone development environment that hides all configuration
+details or integrate your Java business logic.
+EOF
diff --git a/java/grails-bin/profile.d/grails.rc b/java/grails-bin/profile.d/grails.rc
new file mode 100644
index 0000000..ca48dec
--- /dev/null
+++ b/java/grails-bin/profile.d/grails.rc
@@ -0,0 +1,2 @@
+export GRAILS_HOME=/opt/lunar/grails
+export PATH=${PATH}:${GRAILS_HOME}/bin
More information about the Lunar-commits
mailing list