[Lunar-commits] <moonbase> cdt: version bumped to 8.0.1.

Florin Braescu florin at lunar-linux.org
Sat Oct 22 20:17:16 CEST 2011


commit 89eeb6b322b89cb27c97d5461bfa5cacdec0b966
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Oct 22 20:17:16 2011 +0200

    cdt: version bumped to 8.0.1.
---
 eclipse/cdt/BUILD     |    5 ++---
 eclipse/cdt/DETAILS   |   13 +++++++------
 eclipse/cdt/PRE_BUILD |    3 +++
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/eclipse/cdt/BUILD b/eclipse/cdt/BUILD
index 9636531..93604b6 100644
--- a/eclipse/cdt/BUILD
+++ b/eclipse/cdt/BUILD
@@ -1,8 +1,7 @@
 (
 
-  TARGET=/opt/lunar/eclipse
-
-  prepare_install  &&
+  TARGET=/opt/lunar/eclipse  &&
+  mkdir -p $TARGET  &&
   cp -a * $TARGET
 
 ) > $C_FIFO 2>&1
diff --git a/eclipse/cdt/DETAILS b/eclipse/cdt/DETAILS
index ff3dbe2..cd83dad 100644
--- a/eclipse/cdt/DETAILS
+++ b/eclipse/cdt/DETAILS
@@ -1,14 +1,15 @@
           MODULE=cdt
-         VERSION=3.1.2
+         VERSION=8.0.1
            EXTRA=linux.x86
-          SOURCE=org.eclipse.cdt.sdk-$VERSION-$EXTRA.tar.gz
+          SOURCE=cdt-master-$VERSION.zip
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-      SOURCE_URL=ftp://mirror.switch.ch/mirror/eclipse/tools/cdt/releases/callisto/dist/$VERSION/
-      SOURCE_VFY=sha1:ee4187de74f06241e9c55677e4d394f007fbb646
-        WEB_SITE=http://eclipse.org/cdt/
+      SOURCE_URL=ftp://mirror.switch.ch/mirror/eclipse/tools/cdt/releases/indigo/dist
+      SOURCE_VFY=sha1:2693b4ebcbe603e45d5b6611e932f2ac8bfbd3b0
+        WEB_SITE=http://eclipse.org/cdt
          ENTERED=20040728
-         UPDATED=20070324
+         UPDATED=20111022
            SHORT="Provide a functional C and C++ IDE for the Eclipse platform"
+
 cat << EOF
 CDT features are:
  - C/C++ Editor (basic functionality, syntax highlighting, code completion etc.)
diff --git a/eclipse/cdt/PRE_BUILD b/eclipse/cdt/PRE_BUILD
new file mode 100644
index 0000000..0abc7ce
--- /dev/null
+++ b/eclipse/cdt/PRE_BUILD
@@ -0,0 +1,3 @@
+mkdir -p $BUILD_DIRECTORY/eclipse  &&
+cd $BUILD_DIRECTORY/eclipse        &&
+unpack $SOURCE


More information about the Lunar-commits mailing list