           SPELL=kdevelop4
          SPELLX=${SPELL//4}
persistent_read kdelibs4 KDE_VER KDE_VER
if [[ "${KDE_VER}" == unstable ]];then
         VERSION=4.0.67
     SOURCE_HASH=sha512:ed3640b6a7f3831909ffb9f314d20f5873b68cf3da2693a458a3b96bb89ed532123bbf129f9cec8339e05a07aef048f6dd094b5d69a0e11ff110a2d6736b7a97
else
         VERSION=
     SOURCE_HASH=sha512:
fi
          SOURCE=$SPELLX-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=$KDE_URL/${KDE_VER:-stable}/$VERSION/src/$SOURCE
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
        WEB_SITE=http://www.kdevelop.org/
         ENTERED=20080217
      LICENSE[0]=GPL
        KEYWORDS="ide kde4"
           SHORT="Developer IDE for KDE4"
cat << EOF
KDevelop is an integrated development environment which makes the creation and
development of GNU Standard Applications an easy task even for beginners.
Highlights of the current release are: an application wizard for easy creation
of KDE 2&3, Qt 2&3, GNOME, and terminal C/C++ projects, full project
management, a syntax-highlighting editor, an integrated dialogeditor for the
Qt/KDE GUI libraries, an internal debugger, a full-featured classbrowser with
classtools, CVS support, an integrated HTML-based helpsystem offering manuals
and class-references, and extensive search mechanisms to browse sources and
documentation.
EOF
