          MODULE=kxmlrpcclient
         VERSION=5.115.0
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$KDE_URL/stable/frameworks/$(module_version kf5)/portingAids/
      SOURCE_VFY=sha256:8074fd5c167119500d2a83981aeccfb533752c830d718c6160547c619a283208
        WEB_SITE=https://invent.kde.org/frameworks/kxmlrpcclient
         ENTERED=20150410
         UPDATED=20240210
           SHORT="simple XML-RPC Client support"

cat << EOF
This library contains simple XML-RPC Client support. It is a complete
client and is quite easy to use. Only one interface is exposed to the
world, kxmlrpcclient/client.h and of that interface, you only need to
use 3 methods: setUrl, setUserAgent and call.

A small note on authentication. If you will be accessing an XML-RPC server
which uses HTTP-AUTH, simply set the user and pass in the URL. To use
Digest authentication, call setDigestAuthEnabled(true).
EOF
