# Depends on: kf5-extra-cmake-modules qca-qt5 telepathy-kde-common-internals kf5-kdewebkit

description="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect "
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
packager="pierre at nutyx dot org"
alias=(ktp-auth-handler)

_name=ktp-auth-handler
release=2

build() {
  mkdir -p build
  cd build
  cmake ../ktp-auth-handler-$version \
    -DCMAKE_INSTALL_PREFIX=/usr      \
    -DCMAKE_BUILD_TYPE=Release       \
    -DBUILD_TESTING=OFF
  make
  make DESTDIR=$PKG install
}
