# Depends on: kf5-extra-cmake-modules kf5-kdoctools doxygen kf5-knotifyconfig kf5-ktexteditor kf5-kpeople telepathy-logger kaccounts-integration hicolor-icon-theme telepathy-accounts-signon telepathy-qt5

description="Common components for KDE-Telepathy"
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
packager="pierre at nutyx dot org"
alias=(ktp-common-internals)

_name=ktp-common-internals
release=3

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