           SPELL=kdevelop4
          SPELLX=${SPELL//4}
persistent_read kdelibs4 KDE_VER KDE_VER
if [[ "${KDE_VER}" == unstable ]];then
         VERSION=4.0.71
     SOURCE_HASH=sha512:6ca10da0060ec61a203d3c73af4fc2415264ae866eb4f1ee73ca63d11380841be9b5feec1a2ca4af1035e635cf1751742188d99fc41a46da1dee0c860d03fd98
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
