# Depends on: kf5-extra-cmake-modules telepathy-qt5 kaccounts-providers intltool telepathy-gabble 

description="KCM Module for configuring Telepathy Instant Messaging Accounts"
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
packager="pierre at nutyx dot org"
alias=(ktp-accounts-kcm)

_name=ktp-accounts-kcm
release=2

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