           SPELL=kconfig
         VERSION=5.81.0
  SECURITY_PATCH=1
       VX=${VERSION%.?}
          SOURCE=$SPELL-$VERSION.tar.xz
      SOURCE_URL=https://download.kde.org/stable/frameworks/$VX/$SOURCE
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://projects.kde.org/projects/frameworks/kconfig
       LICENSE[0]=GPL
         ENTERED=20121129
        KEYWORDS="KF5"
           SHORT="KConfig framework for KF5"
cat << EOF
The KConfig framework offers functionality around reading and writing configuration. 
KConfig consists of two parts, KConfigCore and KConfigGui. KConfigCore offers an abstract API to 
configuration files. It allows grouping and transparent cascading and (de-)serialization. 
KConfigGui offers, on top of KConfigCore, shortcuts and configuration for some common cases, 
such as session and window restoration.
EOF
