# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools  akonadi kcalcore kholidays kidentitymanagement

description="Library to provides access and handling of KAlarm calendar data "
url="https://projects.kde.org/kalarcal"
packager="pierre at nutyx dot org"

name=kalarmcal
version=16.08.1
release=3

source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)

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