Updated Branches:
  refs/heads/master 690b59b7b -> 4df01acd8

BIGTOP-1097. introduce bigtop-groovy package


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b96a237e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b96a237e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b96a237e

Branch: refs/heads/master
Commit: b96a237e8dbe6e22d6d5d05b8e36d3ed9ce77ce0
Parents: 690b59b
Author: Konstantin Boudnik <[email protected]>
Authored: Mon Jan 20 17:44:55 2014 -0800
Committer: Konstantin Boudnik <[email protected]>
Committed: Tue Jan 21 18:08:17 2014 -0800

----------------------------------------------------------------------
 bigtop.mk | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b96a237e/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 36bd415..35d1f98 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -249,6 +249,19 @@ PHOENIX_SITE=https://github.com/forcedotcom/phoenix/archive
 PHOENIX_ARCHIVE=$(PHOENIX_SITE)
 $(eval $(call PACKAGE,phoenix,PHOENIX))
 
+# Groovy
+GROOVY_NAME=groovy
+GROOVY_RELNOTES_NAME=Grovvy: a dynamic language for the Java platform
+GROOVY_PKG_NAME=groovy
+GROOVY_BASE_VERSION=2.2.1
+GROOVY_PKG_VERSION=2.2.1
+GROOVY_RELEASE_VERSION=1
+GROOVY_TARBALL_DST=groovy-binary-$(GROOVY_BASE_VERSION).zip
+GROOVY_TARBALL_SRC=$(GROOVY_TARBALL_DST)
+GROOVY_SITE=http://dist.groovy.codehaus.org/distributions/
+GROOVY_ARCHIVE=$(GROOVY_SITE)
+$(eval $(call PACKAGE,groovy,GROOVY))
+
 # Bigtop-utils
 BIGTOP_UTILS_NAME=bigtop-utils
 BIGTOP_UTILS__RELNOTES_NAME=Bigtop-utils

Reply via email to