[Lunar-commits] r20242 - in moonbase/trunk/zbeta: . codeblocks-svn
Jannis Pohlmann
jannis at lunar-linux.org
Sun May 28 18:03:22 UTC 2006
Author: jannis
Date: 2006-05-28 18:03:21 +0000 (Sun, 28 May 2006)
New Revision: 20242
Added:
moonbase/trunk/zbeta/codeblocks-svn/
moonbase/trunk/zbeta/codeblocks-svn/BUILD
moonbase/trunk/zbeta/codeblocks-svn/DEPENDS
moonbase/trunk/zbeta/codeblocks-svn/DETAILS
Log:
Development module for the Code::Blocks C++ IDE added
Added: moonbase/trunk/zbeta/codeblocks-svn/BUILD
===================================================================
--- moonbase/trunk/zbeta/codeblocks-svn/BUILD (rev 0)
+++ moonbase/trunk/zbeta/codeblocks-svn/BUILD 2006-05-28 18:03:21 UTC (rev 20242)
@@ -0,0 +1,6 @@
+(
+
+ ./bootstrap &&
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/zbeta/codeblocks-svn/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/codeblocks-svn/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/codeblocks-svn/DEPENDS 2006-05-28 18:03:21 UTC (rev 20242)
@@ -0,0 +1 @@
+depends wxGTK
Added: moonbase/trunk/zbeta/codeblocks-svn/DETAILS
===================================================================
--- moonbase/trunk/zbeta/codeblocks-svn/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/codeblocks-svn/DETAILS 2006-05-28 18:03:21 UTC (rev 20242)
@@ -0,0 +1,22 @@
+ MODULE=codeblocks-svn
+ VERSION=beta
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=svn://svn.berlios.de/${MODULE//-svn}/trunk/:$MODULE-$VERSION
+ WEB_SITE=http://codeblocks.org
+ ENTERED=20060528
+ UPDATED=`date +%Y%m%d`
+ SHORT="wxGTK-based C++ IDE"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+The open source, cross platform Free C++ IDE.
+
+Code::Blocks is a free C++ IDE built specifically to meet the most
+demanding needs of its users. It was designed, right from the
+start, to be extensible and configurable.
+
+Built around a plugin framework, Code::Blocks can be extended with
+plugins. It includes a plugin wizard so you can create your own
+plugins!
+EOF
+
More information about the Lunar-commits
mailing list