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