[Lunar-commits] <moonbase> eclipse-cpp: IDE for C/C++ for Linux programming

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Oct 22 21:14:14 CEST 2011


commit 9e980f4b32c60bdc949c5c1177730f68bfe866ee
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sat Oct 22 21:14:14 2011 +0200

    eclipse-cpp: IDE for C/C++ for Linux programming
---
 eclipse/eclipse-cpp/BUILD                    |    9 +++++++++
 eclipse/eclipse-cpp/DEPENDS                  |    2 ++
 eclipse/eclipse-cpp/DETAILS                  |   19 +++++++++++++++++++
 eclipse/eclipse-cpp/DETAILS.x86_64           |   19 +++++++++++++++++++
 eclipse/eclipse-cpp/profile.d/eclipse-cpp.rc |    1 +
 5 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/eclipse/eclipse-cpp/BUILD b/eclipse/eclipse-cpp/BUILD
new file mode 100644
index 0000000..b7e7a1c
--- /dev/null
+++ b/eclipse/eclipse-cpp/BUILD
@@ -0,0 +1,9 @@
+(
+
+  TARGET=/opt/lunar/eclipse-cpp
+
+  prepare_install  &&
+  mkdir -p $TARGET &&
+  cp -a * $TARGET
+
+) > $C_FIFO 2>&1
diff --git a/eclipse/eclipse-cpp/DEPENDS b/eclipse/eclipse-cpp/DEPENDS
new file mode 100644
index 0000000..7176025
--- /dev/null
+++ b/eclipse/eclipse-cpp/DEPENDS
@@ -0,0 +1,2 @@
+depends %JAVA_SDK
+depends gtk+-2
diff --git a/eclipse/eclipse-cpp/DETAILS b/eclipse/eclipse-cpp/DETAILS
new file mode 100644
index 0000000..4cdecc4
--- /dev/null
+++ b/eclipse/eclipse-cpp/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=eclipse-cpp
+         VERSION=indigo-SR1
+           EXTRA=R
+          SOURCE=eclipse-linuxtools-$VERSION-incubation-linux-gtk.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
+# This url autoselects mirror closest to you
+      SOURCE_URL="http://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/indigo/SR1"
+      SOURCE_VFY=sha1:9e1953ccbc29fdd32c6072dd7fc5ec1d548465d7
+        WEB_SITE=http://eclipse.org
+         ENTERED=20090425
+         UPDATED=20111022
+         ARCHIVE=off
+           SHORT="A Linux C/C++ EE IDE for just about everything"
+
+cat << EOF
+This is the Linux C/C++ edition eclipse IDE. It includes several more plugins and
+less sample eclipse source. This is the version of the eclipse IDE you want if
+you're trying to setup C/C++ development system for Linux.
+EOF
diff --git a/eclipse/eclipse-cpp/DETAILS.x86_64 b/eclipse/eclipse-cpp/DETAILS.x86_64
new file mode 100644
index 0000000..936fa39
--- /dev/null
+++ b/eclipse/eclipse-cpp/DETAILS.x86_64
@@ -0,0 +1,19 @@
+          MODULE=eclipse-cpp
+         VERSION=indigo-SR1
+           EXTRA=R
+          SOURCE=eclipse-linuxtools-$VERSION-incubation-linux-gtk-x86_64.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
+# This url autoselects mirror closest to you
+      SOURCE_URL="http://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/indigo/SR1"
+      SOURCE_VFY=sha1:436d550bfc724f0be3ad8b04e47b831d1b9d2fe4
+        WEB_SITE=http://eclipse.org
+         ENTERED=20090425
+         UPDATED=20111022
+         ARCHIVE=off
+           SHORT="A Linux C/C++ EE IDE for just about everything"
+
+cat << EOF
+This is the Linux C/C++ edition eclipse IDE. It includes several more plugins and
+less sample eclipse source. This is the version of the eclipse IDE you want if
+you're trying to setup C/C++ development system for Linux.
+EOF
diff --git a/eclipse/eclipse-cpp/profile.d/eclipse-cpp.rc b/eclipse/eclipse-cpp/profile.d/eclipse-cpp.rc
new file mode 100644
index 0000000..1c4d37c
--- /dev/null
+++ b/eclipse/eclipse-cpp/profile.d/eclipse-cpp.rc
@@ -0,0 +1 @@
+export PATH=${PATH}:/opt/lunar/eclipse-cpp


More information about the Lunar-commits mailing list