[Lunar-commits] <moonbase-other> codeblocks: readded to moonbase
v4hn
me at v4hn.de
Tue Jul 24 15:23:32 CEST 2012
commit ce58c6e090bf5d13f93ea49dee789082f10fe7df
Author: v4hn <me at v4hn.de>
Date: Tue, 24 Jul 2012 06:23:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ce58c6e090bf5d13f93ea49dee789082f10fe7df
codeblocks: readded to moonbase
---
editors/codeblocks/DEPENDS +2/-0
editors/codeblocks/DETAILS +22/-0
2 files changed, 24 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/editors/codeblocks/DEPENDS
@@ -0,0 +1,2 @@
+depends wxGTK
+optional_depends gdb "" "" "for debugging support"
--- /dev/null
+++ b/editors/codeblocks/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=codeblocks
+ VERSION=10.05
+ SOURCE=$MODULE-$VERSION-src.tar.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-release
+ SOURCE_URL[0]=http://download.berlios.de/codeblocks/
+ SOURCE_VFY=sha1:b7697f512de69ad731f0febac4b91bb6c605fa57
+ WEB_SITE=http://codeblocks.org
+ ENTERED=20081123
+ UPDATED=20100615
+ SHORT="wxGTK-based C++ IDE"
+
+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