# Depends on: kf5-extra-cmake-modules boost kf5-kactivities

description="A library for accessing the usage data collected by the activities system"
url="https://community.kde.org/Frameworks"
packager="pierre at nutyx dot org"
alias=(kactivities-stats)

_name=kactivities-stats
release=1

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

