summaryrefslogtreecommitdiffstats
path: root/devel/codeblocks/DETAILS
blob: 41345f4b1d17de02fb857fec628e82136b56b819 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
           SPELL=codeblocks
if [[ $CODEBLOCKS_BRANCH = scm ]]; then
  if [[ $CODEBLOCKS_AUTOUPDATE = y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
   SOURCE_IGNORE=volatile
   SOURCE_URL[0]="svn://svn.berlios.de/${SPELL}/trunk:${SPELL}"
  FORCE_DOWNLOAD=on
          SOURCE="${SPELL}.tar.bz2"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
else
         VERSION=10.05
     SOURCE_HASH=sha512:2f8f34ec7d53d032ade019db7dd543cd4c3790c437db2d9b3f6cd0a6ba3b8850f1c7bb330ef5df33f7fb049eaad51bbc79d0352c007459b12a753e025bf52b2f
          SOURCE="${SPELL}-${VERSION}-src.tar.bz2"
   SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-release"
fi
        WEB_SITE="http://www.codeblocks.org/"
      LICENSE[0]=GPL
         ENTERED=20070808
           SHORT="Extensible and fully configurable C++ IDE"
cat << EOF
Code::Blocks is a free C++ IDE built to meet the most demanding needs of
it's users. It is designed to be very extensible and fully configurable.

Built around a plugin framework, Code::Blocks can be extended with plugins.
It even includes a plugin wizard so you can create your own plugins!.
EOF